Skip to content

Commit

Permalink
ci: Move collab deploys back to DigitalOcean runners (#18071)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
maxdeviant authored Sep 19, 2024
1 parent 4338ff6 commit 3d5c023
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_collab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- style
- tests
runs-on:
- buildjet-16vcpu-ubuntu-2204
- self-hosted
- deploy
steps:
- name: Add Rust to the PATH
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
Expand All @@ -88,7 +89,8 @@ jobs:
needs:
- publish
runs-on:
- buildjet-16vcpu-ubuntu-2204
- self-hosted
- deploy

steps:
- name: Sign into Kubernetes
Expand Down

0 comments on commit 3d5c023

Please sign in to comment.