Skip to content

Commit

Permalink
Deploy grafana image to cloud run
Browse files Browse the repository at this point in the history
  • Loading branch information
dikshant-infracloud authored Aug 1, 2024
1 parent a596c46 commit 9e606d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-cloud-run-grafana-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Grafana Server Cloud Run
name: Deploy Grafana Server Cloud Run on prod

on:
push:
Expand Down Expand Up @@ -42,5 +42,5 @@ jobs:
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
# - name: Deploy to Cloud Run
# 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 comments on commit 9e606d0

Please sign in to comment.