Try and make collab deploys faster (#7746)
Use github machines and build on host instead of in container Release Notes: - N/A
This commit is contained in:
parent
8e52cf1495
commit
cbbc8cad84
2 changed files with 4 additions and 3 deletions
6
.github/workflows/deploy_collab.yml
vendored
6
.github/workflows/deploy_collab.yml
vendored
|
@ -63,9 +63,6 @@ jobs:
|
|||
- name: Sign into DigitalOcean docker registry
|
||||
run: doctl registry login
|
||||
|
||||
- name: Prune Docker system
|
||||
run: docker system prune --filter 'until=720h' -f
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -78,6 +75,9 @@ jobs:
|
|||
- name: Publish docker image
|
||||
run: docker push registry.digitalocean.com/zed/collab:${GITHUB_SHA}
|
||||
|
||||
- name: Prune Docker system
|
||||
run: docker system prune --filter 'until=72h' -f
|
||||
|
||||
deploy:
|
||||
name: Deploy new server image
|
||||
needs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue