Skip to content

Commit

Permalink
JWT Secret Key 환경변수화
Browse files Browse the repository at this point in the history
  • Loading branch information
odumag99 authored Jan 5, 2025
1 parent e4c79eb commit bd4173c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
echo "DB_HOST=${{ secrets.DB_HOST }}" >> .env.prod
echo "DB_PASSWORD=${{ secrets.DB_PASSWORD }}" >> .env.prod
echo "SECRET_FOR_JWT=${{ secrets.SECRET_FOR_JWT }}" >> .env.prod
- name: Get Public IP
id: ip
Expand Down

0 comments on commit bd4173c

Please sign in to comment.