Skip to content

Commit

Permalink
👷 Ci : deploy.yml 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CYY1007 committed Jan 24, 2024
1 parent d62a063 commit a0446c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cp Procfile deploy/Procfile
cp -r .ebextensions-dev deploy/.ebextensions
cp -r .platform deploy/.platform
cd deploy && zip -r deploy. zip .
cd deploy && zip -r deploy.zip .
- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v20
Expand Down

0 comments on commit a0446c0

Please sign in to comment.