This commit is contained in:
parent
aa55bd8c9d
commit
c31c5c8f70
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ steps:
|
|||
- name: ssh
|
||||
path: /root/.ssh
|
||||
commands:
|
||||
- ssh dokku apps:exists $DOKKU_APP_NAME
|
||||
- if [ $? -eq 0 ]; then ssh dokku apps:create $DOKKU_APP_NAME; else echo "App already exists"; fi
|
||||
- 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
|
||||
- name: push-to-dokku
|
||||
image: bitnami/git:2.39.2
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue