Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
JWT_KEY 환경변수 추가
  • Loading branch information
milk-stone authored Nov 3, 2024
1 parent a640d43 commit e2fc349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
RDS_DB_NAME: ${{ secrets.RDS_DB_NAME }}
RDS_USERNAME: ${{ secrets.RDS_USERNAME }}
RDS_PASSWORD: ${{ secrets.RDS_PASSWORD }}
JWT_KET: ${{ secrets.JWT_KEY }}
script: |
# 현재 실행 중인 애플리케이션 종료
PID=$(pgrep -f 'java -jar' || true)
Expand Down

0 comments on commit e2fc349

Please sign in to comment.