Skip to content

Commit

Permalink
chore(github-actions): bump google-github-actions/deploy-appengine fr…
Browse files Browse the repository at this point in the history
…om 1 to 2 (#733)
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 3967c56 commit f042aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "FORMATTED_VERSION_FOR_GCP=${version}" >> $GITHUB_OUTPUT
- name: Deploy to production 🛰️
uses: 'google-github-actions/deploy-appengine@v1'
uses: 'google-github-actions/deploy-appengine@v2'
with:
project_id: ${{ secrets.PRODUCTION_GCP_PROJECT_ID }}
flags: "--version=${{ steps.format-version-for-gcp.outputs.FORMATTED_VERSION_FOR_GCP }}"

0 comments on commit f042aa6

Please sign in to comment.