Skip to content

Commit

Permalink
chore: added build arg to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Feb 26, 2024
1 parent 97e2b32 commit 7e49487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
dockerfile_directory: ./frontend
dockerfile_name: Dockerfile
process_type: web
docker_options: "--build-arg ${{secrets.NEXT_PUBLIC_SWITCHBOARD_GRAPHQL_HOST}}"
- name: Build, Push and Release Wundergraph to Heroku. # Your custom step name
uses: gonuit/[email protected]
with:
Expand Down

0 comments on commit 7e49487

Please sign in to comment.