Skip to content

Commit

Permalink
Ci: re
Browse files Browse the repository at this point in the history
  • Loading branch information
dong99u committed Oct 21, 2024
1 parent d92b425 commit d50c2a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
shell: bash # (6).권한 부여

- name: Build with Gradle
env:
DB_USERNAME: ${{ secrets.DB_USERNAME }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
DB_URL: ${{ secrets.DB_URL }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY: ${{ secrets.AWS_S3_ACCESS_KEY }}
AWS_SECRET_KEY: ${{ secrets.AWS_S3_SECRET_KEY }}

run: ./gradlew clean build -x test
shell: bash # (7).build시작

Expand Down

0 comments on commit d50c2a9

Please sign in to comment.