Skip to content

Commit

Permalink
[ci#12] CI/CD 파이프라인 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyuhyeok99 committed Apr 30, 2024
1 parent 7b638fa commit ff607a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mkdir -p deploy
cp build/libs/*.jar deploy/application.jar
cp Procfile deploy/Procfile
cp -r .ebextensions-dev deploy/.ebextensions
cp -r .ebextensions-prod deploy/.ebextensions
cp -r .platform deploy/.platform
cd deploy && zip -r deploy.zip .
Expand Down

0 comments on commit ff607a8

Please sign in to comment.