should make create-app continue?
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4fa5b19775
commit
65fef614cd
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ steps:
|
||||||
- name: ssh
|
- name: ssh
|
||||||
path: /root/.ssh
|
path: /root/.ssh
|
||||||
commands:
|
commands:
|
||||||
|
- set +e
|
||||||
- ssh dokku dokku apps:exists $DOKKU_APP_NAME
|
- ssh dokku dokku apps:exists $DOKKU_APP_NAME
|
||||||
- if [ $? -eq 0 ]; then ssh dokku dokku apps:create $DOKKU_APP_NAME; else echo "App already exists"; fi
|
- if [ $? -eq 0 ]; then ssh dokku dokku apps:create $DOKKU_APP_NAME; else echo "App already exists"; fi
|
||||||
- name: push-to-dokku
|
- name: push-to-dokku
|
||||||
|
|
Loading…
Reference in a new issue