Skip to content

Commit

Permalink
chore: FE 환경변수 NKS용으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-taewon-kim committed Dec 3, 2024
1 parent 118cbd6 commit f8c4896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ncp_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Copy Dockerfiles to root directory
- name: Copy Dockerfiles to root
run: |
echo "${{ secrets.FE_ENV }}" > ./fe/.env
echo "${{ secrets.ENV_FE_NKS }}" > ./fe/.env
echo "${{ secrets.ENV_GAME }}" > ./be/gameServer/.env
echo "${{ secrets.ENV_SIGNALING }}" > ./be/signalingServer/.env
echo "${{ secrets.ENV_VOICE }}" > ./be/voiceProcessingServer/.env
Expand Down

0 comments on commit f8c4896

Please sign in to comment.