Skip to content

Commit

Permalink
Chore: deploy.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
chosoobin37 committed Jun 28, 2024
1 parent fb41c51 commit ca67da2
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 @@ -84,7 +84,7 @@ jobs:
- name: Generate deployment package
run: |
mkdir -p deploy
cp build/libs/tuna-study-cicd-0.0.1-SNAPSHOT.jar deploy/application.jar
cp build/libs/TUNA-STUDY-CICD-0.0.1-SNAPSHOT.jar deploy/application.jar
cp Procfile deploy/Procfile
cp -r .ebextensions deploy/.ebextensions
cp -r .platform deploy/.platform
Expand Down

0 comments on commit ca67da2

Please sign in to comment.