Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Feb 2, 2024
1 parent bb3cb7a commit e63efe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_to_eb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Auto Receipt to Elastic Beanstalk
name: Deploy Daitssu API to Elastic Beanstalk
on:
push:
branches:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
./gradlew :bootJar
mv build/libs/daitssu-api.jar ${BUNDLE_PATH}/application.jar
mv daitssu-api/build/libs/daitssu-api.jar ${BUNDLE_PATH}/application.jar
(cd ${BUNDLE_PATH} && zip -r ../${BUNDLE_ZIP_FILE_NAME} .)
- name: Extract branch name
Expand Down

0 comments on commit e63efe1

Please sign in to comment.