We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04669ec commit ae6cf8cCopy full SHA for ae6cf8c
1 file changed
.github/workflows/deploy-registry.yaml
@@ -28,9 +28,8 @@ jobs:
28
service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com
29
- name: Set up Google Cloud SDK
30
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.
35
- name: Deploy to dev.registry.coder.com
36
run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
+ - name: Deploy to registry.coder.com
+ run: |
+ gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main
0 commit comments