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 c16b3eb commit a6102dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ jobs:
- name: Set .ENV file
run: echo "API_HOST=${{ secrets.API_HOST }}" > .env
- name: Run container
env:
API_HOST: ${{ secrets.API_HOST }}
run: docker run -d -p 80:3000 --name polabo-fe -e API_HOST=${{ secrets.API_HOST }} sonny2024/polabo-fe:latest
run: docker run -d -p 80:3000 --name polabo-fe sonny2024/polabo-fe:latest

0 comments on commit a6102dc

Please sign in to comment.