Skip to content

Commit a1cea02

Browse files
authored
fix: disable production deployments from main (#170)
Reverts #168 which should not have been merged, and disables production deployments for now until a fix is in place on the registry-server side.
1 parent 9aacdde commit a1cea02

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/deploy-registry.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
service_account: [email protected]
2727
- name: Set up Google Cloud SDK
2828
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
29-
# - name: Deploy to dev.registry.coder.com
30-
# run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
31-
- name: Deploy to registry.coder.com
32-
run: |
33-
gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main
29+
- name: Deploy to dev.registry.coder.com
30+
run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch main
31+
# garrett!: We don't have a good way to target this right now, so I'm commenting it out
32+
# so we don't accidently deploy to production.
33+
# - name: Deploy to registry.coder.com
34+
# run: |
35+
# gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main

0 commit comments

Comments
 (0)