Skip to content

Commit

Permalink
#3 fix: 중복 run 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 11, 2024
1 parent 12e5ca3 commit 7a903c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
utcOffset: "+09:00"

- name: Generate deployment package
- run: ./gradlew build
- run: |
run: |
mkdir -p deploy
cp /build/libs/howAboutTrip.jar deploy/howAboutTrip-prod-ebextensions-1.jar
cp Procfile deploy/Procfile
Expand Down

0 comments on commit 7a903c5

Please sign in to comment.