added collection

This commit is contained in:
Benito Martin
2024-06-30 01:22:10 +02:00
parent 3fb27c0fb9
commit 4ea1028e34

View File

@@ -74,7 +74,7 @@ jobs:
# Deploy the Docker image to the GKE cluster # Deploy the Docker image to the GKE cluster
- name: Deploy - name: Deploy
run: |- run: |-
./kustomize edit set image gcr.io/PROJECT_ID/IMAGE:TAG=gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA ./kustomize edit set image gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA
./kustomize build . | kubectl apply -f - ./kustomize build . | kubectl apply -f -
kubectl rollout status deployment/$DEPLOYMENT_NAME kubectl rollout status deployment/$DEPLOYMENT_NAME
kubectl get services -o wide kubectl get services -o wide