Skip to content

Commit

Permalink
Merge pull request #237 from boostcampwm-2024/nks-test
Browse files Browse the repository at this point in the history
chore: FE 환경변수 NKS용으로 변경
  • Loading branch information
dev-taewon-kim authored Dec 3, 2024
2 parents 69d8570 + f8c4896 commit a6f1aed
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 a6f1aed

Please sign in to comment.