Skip to content

Commit

Permalink
feature: Add env api host
Browse files Browse the repository at this point in the history
  • Loading branch information
junseublim committed Jul 17, 2024
1 parent 5d9a8c8 commit c16b3eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: docker pull sonny2024/polabo-fe:latest
- name: Delete existing container
run: docker rm -f polabo-fe || true
- name: Set .ENV file
run: echo "API_HOST=${{ secrets.API_HOST }}" > .env
- name: Run container
env:
API_HOST: ${{ secrets.API_HOST }}
Expand Down

0 comments on commit c16b3eb

Please sign in to comment.