Skip to content

Commit

Permalink
fix: wundergraph deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Jan 30, 2024
1 parent 68f3b7c commit 4f31d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
email: ${{ secrets.HEROKU_EMAIL }}
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_WGRAPH_NAME }}
dockerfile_directory: ./
dockerfile_name: frontend/Dockerfile
dockerfile_directory: ./wundergraph
dockerfile_name: Dockerfile
process_type: web
- name: Build, Push and Release NGINX to Heroku. # Your custom step name
uses: gonuit/[email protected]
Expand Down

0 comments on commit 4f31d37

Please sign in to comment.