From 7634e4f9f5aaa6a6612ecd84761bca6545e45e77 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 27 Nov 2023 19:03:52 +0100 Subject: [PATCH] Removed stack rm --- .gitea/workflows/deploy.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3a5dfad..6d81cad 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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: "{}"