should make create-app continue?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dovi Cowan 2023-02-21 02:55:20 +00:00
parent 4fa5b19775
commit 65fef614cd
Signed by: dcowan
GPG key ID: C110D77558FBC227

View file

@ -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