Skip to content

Commit 2ca13f2

Browse files
committed
fix: run script 삭제
1 parent 583a1f5 commit 2ca13f2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/develop-build-deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
8787
- name: Beanstalk Deploy
8888
uses: einaregilsson/beanstalk-deploy@v22
89-
run: cd ../home/ec2-user
9089
with:
9190
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
9291
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/production-build-deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
122122
- name: Beanstalk Deploy
123123
uses: einaregilsson/beanstalk-deploy@v22
124-
run: cd ../home/ec2-user
125124
with:
126125
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
127126
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)