feat: gitea workflow if uploader then stop installer
Some checks failed
Deploy on push / deploy (push) Failing after 8s

This commit is contained in:
Stepan Vladovskiy 2024-05-05 14:51:33 -03:00
parent 89021ea018
commit d26f8c4903

View File

@ -33,7 +33,6 @@ jobs:
username: dokku username: dokku
key: ${{ secrets.SSH_PRIVATE_KEY }} key: ${{ secrets.SSH_PRIVATE_KEY }}
script: docker ps | grep 'uploader' script: docker ps | grep 'uploader'
continue-on-error: true
- name: Push to dokku for dev branch - name: Push to dokku for dev branch
if: github.ref == 'refs/heads/dev' && steps.check_container.outcome == 'success' if: github.ref == 'refs/heads/dev' && steps.check_container.outcome == 'success'