Skip to content

Commit 3d5c023

Browse files
authored
ci: Move collab deploys back to DigitalOcean runners (#18071)
This PR moves the collab deployment steps in CI back to the DigitalOcean runners temporarily, so that we can deploy collab. Release Notes: - N/A
1 parent 4338ff6 commit 3d5c023

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy_collab.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
- style
6262
- tests
6363
runs-on:
64-
- buildjet-16vcpu-ubuntu-2204
64+
- self-hosted
65+
- deploy
6566
steps:
6667
- name: Add Rust to the PATH
6768
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
@@ -88,7 +89,8 @@ jobs:
8889
needs:
8990
- publish
9091
runs-on:
91-
- buildjet-16vcpu-ubuntu-2204
92+
- self-hosted
93+
- deploy
9294

9395
steps:
9496
- name: Sign into Kubernetes

0 commit comments

Comments
 (0)