You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/scripts/deploy-registry.sh
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,4 @@ curl -X POST "https://cloudbuild.googleapis.com/v1/projects/coder-registry-1/tri
30
30
# Trigger a build for prod
31
31
curl -X POST "https://cloudbuild.googleapis.com/v1/projects/coder-registry-1/triggers/http-build-registry-v2-trigger:webhook?key=${GCLOUD_API_KEY}&secret=${GCLOUD_PROD_DEPLOY_SECRET}" \
32
32
-H "Content-Type: application/json" \
33
-
-d '{}'
34
-
35
-
# Testing now with the secrets set to nonsense strings to make sure they're never logged by the github action.
0 commit comments