This commit is contained in:
parent
3696894bab
commit
2fed8369cb
1 changed files with 2 additions and 0 deletions
|
@ -31,9 +31,11 @@ steps:
|
|||
- echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
- chmod 600 ~/.ssh/id_rsa
|
||||
- name: add-remote
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
- git remote add dokku dokku:$DOKKU_APP_NAME
|
||||
- name: push-to-dokku
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
- git push dokku $BRANCH
|
||||
|
||||
|
|
Loading…
Reference in a new issue