feat: run check with dokku not cocker for find uploader
Some checks failed
Deploy on push / deploy (push) Failing after 7s
Some checks failed
Deploy on push / deploy (push) Failing after 7s
This commit is contained in:
parent
d26f8c4903
commit
e6f88ffff0
|
@ -32,7 +32,7 @@ jobs:
|
||||||
host: staging.discours.io
|
host: staging.discours.io
|
||||||
username: dokku
|
username: dokku
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
script: docker ps | grep 'uploader'
|
script: dokku ps:report uploader | grep 'Processes:' | awk '{print $2}' | grep '^1$'
|
||||||
|
|
||||||
- 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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user