Skip to content

Commit

Permalink
fix: web build relying on FRONTEND_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Nov 11, 2023
1 parent e60daa4 commit 6f439fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ensure-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
docker-build-web:
name: "Docker Build Web"
runs-on: ubuntu-latest
env:
FRONTEND_URL: "${{ github.ref == 'refs/heads/master' && 'https://yestheory.family' || 'https://staging.yestheory.family' }}"
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/docker-build
Expand Down

0 comments on commit 6f439fc

Please sign in to comment.