Skip to content

Commit

Permalink
#3 fix: github action yml 빌드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 11, 2024
1 parent 7ed46ab commit 12e5ca3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
utcOffset: "+09:00"

- name: Generate deployment package
run: |
- run: ./gradlew build
- run: |
mkdir -p deploy
cp /build/libs/howAboutTrip.jar deploy/howAboutTrip-prod-ebextensions-1.jar
cp Procfile deploy/Procfile
Expand Down
Empty file.
2 changes: 0 additions & 2 deletions .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
2 changes: 0 additions & 2 deletions .idea/sonarlint/securityhotspotstore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12e5ca3

Please sign in to comment.