diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 366468d..847f00a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,7 +6,7 @@ on: - master jobs: - on-push-deploy_sh-edraft: + build-image: runs-on: [gismo.sh-edraft.de, ubuntu-latest] container: catthehacker/ubuntu:act-latest steps: @@ -29,6 +29,10 @@ jobs: chmod +x build ./build + deploy-stack: + runs-on: [dobby.sh-edraft.de, ubuntu-latest] + container: catthehacker/ubuntu:act-latest + steps: - name: Deploy Stack to sh-edraft.de uses: https://github.com/kgierke/portainer-stack-deployment@v1 with: @@ -38,4 +42,4 @@ jobs: portainer-endpoint: 2 name: code file: docker-compose.yml - variables: '{}' + variables: "{}"