Skip to content

Commit

Permalink
specify the correct path to app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 13, 2024
1 parent 014e3d2 commit c027a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
CI: true
MAIN: ${{ github.ref == 'refs/heads/main' }}
PROJECT_ID: ${{ secrets.PROJECT_ID }}
CONFIG_FILE: "app.yaml"
CONFIG_FILE: "app/app.yaml"
SERVICE: audiora-app
API_BASE_URL: ${{ secrets.API_BASE_URL }}

Expand Down

0 comments on commit c027a41

Please sign in to comment.