Skip to content

Commit

Permalink
Hotfix: rename paths in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Nov 20, 2024
1 parent 05dd151 commit dd9d28d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_private_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: google-github-actions/deploy-appengine@v1
with:
project_id: ${{ vars.PROJECT_ID }}
deliverables: backend/app_dev.yaml
deliverables: backend/app_private_dev.yaml
2 changes: 1 addition & 1 deletion .github/workflows/deploy_private_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: google-github-actions/deploy-appengine@v1
with:
project_id: ${{ vars.PROJECT_ID }}
deliverables: backend/app_test.yaml
deliverables: backend/app_private_test.yaml
2 changes: 1 addition & 1 deletion .github/workflows/deploy_public_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: google-github-actions/deploy-appengine@v1
with:
project_id: ${{ vars.PROJECT_ID }}
deliverables: backend/app_dev_public.yaml
deliverables: backend/app_public_dev.yaml

0 comments on commit dd9d28d

Please sign in to comment.