Skip to content

Commit

Permalink
[#19] fix: jwt 환경변수 export 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyu0218 committed Jan 30, 2025
1 parent 1317314 commit 3cbe877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
echo "DATABASE_USER=${{ secrets.DATABASE_USER }}" >> .env
echo "DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }}" >> .env
echo "DATABASE_ROOT_PASSWORD=${{ secrets.DATABASE_ROOT_PASSWORD }}" >> .env
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}"
- name: Transfer files to Server
uses: appleboy/scp-action@master
Expand Down

0 comments on commit 3cbe877

Please sign in to comment.