Skip to content

Commit 9e606d0

Browse files
Deploy grafana image to cloud run
1 parent a596c46 commit 9e606d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-cloud-run-grafana-prod.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Grafana Server Cloud Run
1+
name: Deploy Grafana Server Cloud Run on prod
22

33
on:
44
push:
@@ -42,5 +42,5 @@ jobs:
4242
rm -rf /tmp/.buildx-cache
4343
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
4444
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
45+
- name: Deploy to Cloud Run
46+
run: gcloud run deploy grafana --image gcr.io/coderabbitprod/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbitaiprod-prod-cr

0 commit comments

Comments
 (0)