Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 3c81321

Browse files
authored
ci: add deploy to main trigger (#448)
This PR adds the trigger to auto deploy the prod registry alongside dev when we do a merge to main or tag a release.
1 parent 48dbe98 commit 3c81321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-registry.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ jobs:
3636
- name: Deploy to dev.registry.coder.com
3737
run: |
3838
gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
39+
40+
- name: Deploy to registry.coder.com
41+
run: |
42+
gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main
3943

0 commit comments

Comments
 (0)