Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 1d9288a

Browse files
committed
alright let's try this out
1 parent ca69c68 commit 1d9288a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/scripts/deploy-registry.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ curl -X POST "https://cloudbuild.googleapis.com/v1/projects/coder-registry-1/tri
3030
# Trigger a build for prod
3131
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}" \
3232
-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.
33+
-d '{}'

0 commit comments

Comments
 (0)