Skip to content

Commit

Permalink
fix: Generate deployment package 압축 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 13, 2024
1 parent b054c66 commit 5b78109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
mkdir -p deploy
cp build/libs/howAboutTrip.jar deploy/howAboutTrip-prod-ebextensions-1.jar
cp Procfile deploy/Procfile
cd deploy && zip -r howAboutTrip-deploy.zip .
cd deploy && zip -r deploy.zip .
- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v21
Expand Down

0 comments on commit 5b78109

Please sign in to comment.