Skip to content

Commit

Permalink
#3 fix: 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 14, 2024
1 parent 2209a17 commit 8bf9a7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
mkdir -p deploy
cp build/libs/howAboutTrip.jar deploy/application.jar
cp Procfile deploy/Procfile
cp -r .ebextensions deploy/.ebextensions
cp -r .platform deploy/.platform
cd deploy && zip -r deploy.zip .
Expand Down

0 comments on commit 8bf9a7e

Please sign in to comment.