We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a596c46 commit 9e606d0Copy full SHA for 9e606d0
.github/workflows/deploy-cloud-run-grafana-prod.yaml
@@ -1,4 +1,4 @@
1
-name: Deploy Grafana Server Cloud Run
+name: Deploy Grafana Server Cloud Run on prod
2
3
on:
4
push:
@@ -42,5 +42,5 @@ jobs:
42
rm -rf /tmp/.buildx-cache
43
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
44
45
- # - name: Deploy to Cloud Run
46
- # run: gcloud run deploy grafana --image gcr.io/coderabbit/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbitai-dev-cr
+ - name: Deploy to Cloud Run
+ run: gcloud run deploy grafana --image gcr.io/coderabbitprod/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbitaiprod-prod-cr
0 commit comments