Skip to content

Commit

Permalink
Testing docker build for alerting/temporal without the deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ARIC LASRY authored and ARIC LASRY committed Nov 27, 2023
1 parent b15776c commit fb4ac5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-alerting-temporal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Build the image on Cloud Build
run: |
chmod +x ./k8s/cloud-build.sh
./k8s/cloud-build.sh alerting-temporal alerting/temporal
./k8s/cloud-build.sh alerting-temporal ./alerting/temporal/Dockerfile ./alerting/temporal/
- name: Deploy the image on Kubernetes
run: |
chmod +x ./k8s/deploy-image.sh
./k8s/deploy-image.sh gcr.io/$GCLOUD_PROJECT_ID/alerting-temporal-image:${{ steps.short_sha.outputs.short_sha }} alerting-temporal-deployment
# - name: Deploy the image on Kubernetes
# run: |
# chmod +x ./k8s/deploy-image.sh
# ./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
# - name: Wait for rollout to complete
# run: kubectl rollout status deployment/alerting-temporal-deployment --timeout=10m

0 comments on commit fb4ac5e

Please sign in to comment.