Fixed action
Some checks failed
Deploy dev on push / on-push-deploy_sh-edraft (push) Failing after 3m27s

This commit is contained in:
Sven Heidemann 2023-10-22 12:29:13 +02:00
parent 934e0e1423
commit be174cf970

View File

@ -22,6 +22,8 @@ jobs:
- name: Clone Repository - name: Clone Repository
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
with:
submodules: true
- name: Shutdown stack - name: Shutdown stack
run: docker stack rm sdb_staging run: docker stack rm sdb_staging
@ -61,5 +63,5 @@ jobs:
portainer-password: "${{ secrets.docker_job }}" portainer-password: "${{ secrets.docker_job }}"
portainer-endpoint: 2 portainer-endpoint: 2
name: sdb_staging name: sdb_staging
file: ./docker-compose.staging.yml file: ./bot/docker/docker-compose.staging.yml
variables: '{}' variables: '{}'