File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 - name : Deploy to App Engine
143143 env :
144144 IMAGE_NAME : ${{ env.IMAGE_NAME }}
145- IMAGE_TAG : ${{ github.sha }}
145+ IMAGE_TAG : latest
146146 SERVICE_ACCOUNT : github-deployment@policyengine-household-api.iam.gserviceaccount.com
147147 APP_YAML_PATH : ./gcp/policyengine_household_api/app.yaml
148148 AUTH0_ADDRESS_NO_DOMAIN : ${{ secrets.AUTH0_ADDRESS_NO_DOMAIN }}
@@ -156,7 +156,7 @@ jobs:
156156 - name : Set traffic to new version
157157 env :
158158 SERVICE_NAME : ${{ env.SERVICE_NAME }}
159- VERSION : ${{ github.sha }}
159+ VERSION : latest
160160 run : .github/scripts/set-traffic.sh
161161
162162 - name : Verify deployment
Original file line number Diff line number Diff line change 1+ - bump : patch
2+ changes :
3+ changed :
4+ - Change the default image tag to `latest` in the production deployment workflow.
You can’t perform that action at this time.
0 commit comments