Skip to content

Commit

Permalink
๐Ÿ‘ท Ci : deploy.yml ์ˆ˜์ •
Browse files Browse the repository at this point in the history
git push origin feature/156
  • Loading branch information
CYY1007 committed Jan 24, 2024
1 parent 565f696 commit 1488ff5
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 @@ -46,7 +46,7 @@ jobs:
- name: Generate deployment package
run: |
mkdir -p deploy
cp build/libs/*.jar deploy/application.jar
cp Briefing-Api/build/libs/*.jar deploy/Briefing-Api-application.jar
cp Procfile deploy/Procfile
cp -r .ebextensions-dev deploy/.ebextensions
cp -r .platform deploy/.platform
Expand Down

0 comments on commit 1488ff5

Please sign in to comment.