We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bdc47 commit 2304449Copy full SHA for 2304449
.github/workflows/deploy-registry.yaml
@@ -28,10 +28,6 @@ jobs:
28
service_account: [email protected]
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
37
- name: Deploy to registry.coder.com
0 commit comments