Skip to content

Commit

Permalink
ci: add host name. (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney authored Dec 14, 2023
1 parent 14950f0 commit 38b72e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: npm run lint
- name: Build Docker
env:
HOST_NAME: busmap.ci
BM_COOKIE_SECRET: ${{ secrets.BM_COOKIE_SECRET }}
BM_POSTGRES_PASSWORD: ${{ secrets.BM_POSTGRES_PASSWORD }}
BM_POSTGRES_USER: ${{ secrets.BM_POSTGRES_USER }}
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
context: .
target: web
args:
HOST_NAME: ${HOST_NAME}
HOST_NAME: ${HOST_NAME:?err}
VITE_GOOG_CLIENT_ID: ${SSO_GOOG_CLIENT_ID:?err}
container_name: stage
ports:
Expand Down

0 comments on commit 38b72e3

Please sign in to comment.