Skip to content

Commit

Permalink
chore: 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Conut-1 committed Dec 3, 2023
1 parent a1b0d82 commit a9d08ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BE-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
docker build -t ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync ./nestjs-BE/server
docker push ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync:latest
env:
SERVER_PORT: ${{ secrets.SERVER_PORT }}
SERVER_PORT: ${{ secrets.CONTAINER_PORT }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
KAKAO_ADMIN_KEY: ${{ secrets.KAKAO_ADMIN_KEY }}

Expand Down

0 comments on commit a9d08ad

Please sign in to comment.