Skip to content

Commit

Permalink
delete: 환경 변수 설정 삭제 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunmin0317 committed Oct 4, 2024
1 parent 93fe6b5 commit f2f05c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ jobs:

- name: Build with Gradle
run: ./gradlew clean build
env:
SPRING_PROFILE: release
JWT_SECRET: ${{ secrets.JWT_SECRET }}
DB_URL: ${{ secrets.DB_URL }}
DB_USERNAME: ${{ secrets.DB_USERNAME }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
REDIS_URL: ${{ secrets.REDIS_URL }}
REDIS_PORT: ${{ secrets.REDIS_PORT }}

- name: Get current time
uses: josStorer/[email protected]
Expand Down

0 comments on commit f2f05c4

Please sign in to comment.