debug: run check with dokku not cocker for find uploader
Some checks failed
Deploy on push / deploy (push) Failing after 32s
Some checks failed
Deploy on push / deploy (push) Failing after 32s
This commit is contained in:
parent
e6f88ffff0
commit
98d7c522fb
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user