Skip to content

Commit

Permalink
Fix: server env docker에 주입
Browse files Browse the repository at this point in the history
  • Loading branch information
kyr4601 authored Jul 3, 2024
1 parent 2633ac7 commit d0eb675
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mainDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
env:
SERVER_URL: ${{ secrets.SERVER_URL }}

- name: Generate Environment Variables File for Server
run: echo "SERVER_PORT=$SERVER_PORT" >> .env
working-directory: ./apps/server
env:
SERVER_PORT: ${{ secrets.SERVER_PORT }}

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit d0eb675

Please sign in to comment.