Removed stack rm
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 10m4s
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 10m4s
This commit is contained in:
parent
1eebbc1636
commit
7634e4f9f5
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
on-push-deploy_sh-edraft:
|
||||
runs-on: [dobby.sh-edraft.de, ubuntu-latest]
|
||||
runs-on: [gismo.sh-edraft.de, ubuntu-latest]
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Setup docker
|
||||
@ -20,9 +20,6 @@ jobs:
|
||||
token: ${{ secrets.CI_ACCESS_TOKEN }}
|
||||
submodules: true
|
||||
|
||||
- name: Shutdown stack
|
||||
run: docker stack rm code
|
||||
|
||||
- name: Build code-server image
|
||||
run: |
|
||||
docker image prune -f
|
||||
@ -38,4 +35,4 @@ jobs:
|
||||
portainer-endpoint: 2
|
||||
name: code
|
||||
file: docker-compose.yml
|
||||
variables: '{}'
|
||||
variables: "{}"
|
||||
|
Loading…
Reference in New Issue
Block a user