We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f869cab commit b34f792Copy full SHA for b34f792
.github/workflows/deploy-cloud-run-grafana.yaml
@@ -44,5 +44,5 @@ jobs:
44
rm -rf /tmp/.buildx-cache
45
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
46
47
- # - name: Deploy to Cloud Run
48
- # run: gcloud run deploy db-api-server --image gcr.io/coderabbit/db-api-server --region us-central1 --allow-unauthenticated --vpc-connector=coderabbitai-dev-cr
+ - 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
0 commit comments