Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjddn2165 committed Jul 29, 2024
1 parent 759770d commit 029b0ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
AWS_S3_BUCKET: spring-boot-code
AWS_CODE_DEPLOY_APPLICATION: spring-boot-deploy
AWS_CODE_DEPLOY_GROUP: spring-boot-CD-group
working-directory: ./Server

jobs:
deploy:
Expand All @@ -26,7 +27,9 @@ jobs:
distribution: 'corretto'

- name: gradlew에 실행 권한 부여
run: chmod +x ./Server/gradlew
run: chmod +x gradlew
working-directory: ${{ env.working-directory }}


- name: gradlew init
run: ./Server/gradlew init
Expand Down

0 comments on commit 029b0ff

Please sign in to comment.