Skip to content

Commit

Permalink
Fix mistake alerting temporal deploy (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Oct 6, 2023
1 parent acf840c commit 4f8540f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-alerting-temporal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Deploy the image on Kubernetes
run: |
chmod +x ./k8s/deploy-image.sh
./k8s/deploy-image.sh gcr.io/$GCLOUD_PROJECT_ID/alerting-deployment-image:${{ steps.short_sha.outputs.short_sha }} alerting-temporal-deployment
./k8s/deploy-image.sh gcr.io/$GCLOUD_PROJECT_ID/alerting-temporal-image:${{ steps.short_sha.outputs.short_sha }} alerting-temporal-deployment
- name: Wait for rollout to complete
run: kubectl rollout status deployment/alerting-temporal-deployment --timeout=10m

0 comments on commit 4f8540f

Please sign in to comment.