debug: run check with dokku not cocker for find uploader
Some checks failed
Deploy on push / deploy (push) Failing after 32s

This commit is contained in:
Stepan Vladovskiy 2024-05-05 16:41:39 -03:00
parent e6f88ffff0
commit 98d7c522fb

View File

@ -32,7 +32,7 @@ jobs:
host: staging.discours.io
username: dokku
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: dokku ps:report uploader | grep 'Processes:' | awk '{print $2}' | grep '^1$'
script: ps:report uploader | grep 'Processes:' | awk '{print $2}' | grep '^1$'
- name: Push to dokku for dev branch
if: github.ref == 'refs/heads/dev' && steps.check_container.outcome == 'success'