This commit is contained in:
parent
294422e9af
commit
be889bb87e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ steps:
|
||||||
- chmod 400 ~/.ssh/config.dokku
|
- chmod 400 ~/.ssh/config.dokku
|
||||||
- echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa
|
- echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||||
- chmod 600 ~/.ssh/id_rsa
|
- chmod 600 ~/.ssh/id_rsa
|
||||||
- apt-get update && apt-get install git
|
- apt-get update && apt-get install git -y
|
||||||
- name: add-remote
|
- name: add-remote
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue