Skip to content

Commit ae6cf8c

Browse files
authored
fix: add build step for deployment registry (#110)
## Changes made - Updated the `deploy-registry` script to include steps for pushing to the production registry
1 parent 04669ec commit ae6cf8c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-registry.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com
2929
- name: Set up Google Cloud SDK
3030
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
31-
# For the time being, let's have the first couple merges to main in
32-
# modules deploy a new version to *dev*. Once we review and make sure
33-
# everything's working, we can deploy a new version to *main*. Maybe in
34-
# the future we could automate this based on the result of E2E tests.
3531
- name: Deploy to dev.registry.coder.com
3632
run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
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)