Skip to content

Commit 3db608c

Browse files
committed
fix: Change tags used to deploy
1 parent da2ba35 commit 3db608c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)