File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 28
28
service_account : registry-v2-github@coder-registry-1.iam.gserviceaccount.com
29
29
- name : Set up Google Cloud SDK
30
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
31
- name : Deploy to dev.registry.coder.com
36
32
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
You can’t perform that action at this time.
0 commit comments