Skip to content

Commit

Permalink
#3 fix: yml 빌드 파일명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 11, 2024
1 parent 1f50730 commit 7ed46ab
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 @@ -50,7 +50,7 @@ jobs:
- name: Generate deployment package
run: |
mkdir -p deploy
cp /build/libs/backend.jar deploy/howAboutTrip-prod-ebextensions-1.jar
cp /build/libs/howAboutTrip.jar deploy/howAboutTrip-prod-ebextensions-1.jar
cp Procfile deploy/Procfile
cp -r .ebextensions deploy/.ebextensions
cd deploy && zip -r howAboutTrip-prod-label-${{steps.current-time.outputs.formattedTime}}-${{github.sha}} .
Expand Down

0 comments on commit 7ed46ab

Please sign in to comment.