We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2ba35 commit 3db608cCopy full SHA for 3db608c
1 file changed
.github/workflows/deploy-production.yml
@@ -142,7 +142,7 @@ jobs:
142
- name: Deploy to App Engine
143
env:
144
IMAGE_NAME: ${{ env.IMAGE_NAME }}
145
- IMAGE_TAG: ${{ github.sha }}
+ IMAGE_TAG: latest
146
SERVICE_ACCOUNT: github-deployment@policyengine-household-api.iam.gserviceaccount.com
147
APP_YAML_PATH: ./gcp/policyengine_household_api/app.yaml
148
AUTH0_ADDRESS_NO_DOMAIN: ${{ secrets.AUTH0_ADDRESS_NO_DOMAIN }}
@@ -156,7 +156,7 @@ jobs:
156
- name: Set traffic to new version
157
158
SERVICE_NAME: ${{ env.SERVICE_NAME }}
159
- VERSION: ${{ github.sha }}
+ VERSION: latest
160
run: .github/scripts/set-traffic.sh
161
162
- name: Verify deployment
0 commit comments