add image to all steps
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dovi Cowan 2023-02-21 01:44:50 +00:00
parent 3696894bab
commit 2fed8369cb
Signed by: dcowan
GPG key ID: C110D77558FBC227

View file

@ -31,9 +31,11 @@ steps:
- echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa - echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa
- name: add-remote - name: add-remote
image: ubuntu:latest
commands: commands:
- git remote add dokku dokku:$DOKKU_APP_NAME - git remote add dokku dokku:$DOKKU_APP_NAME
- name: push-to-dokku - name: push-to-dokku
image: ubuntu:latest
commands: commands:
- git push dokku $BRANCH - git push dokku $BRANCH