|
@@ -18,7 +18,7 @@ pipeline:
|
|
when:
|
|
when:
|
|
branch: master
|
|
branch: master
|
|
image: docker
|
|
image: docker
|
|
- secrets: [ssh_private_key]
|
|
|
|
|
|
+ secrets: [ssh_private_key, mongo_password]
|
|
commands:
|
|
commands:
|
|
- apk add --no-cache openssh-client net-tools
|
|
- apk add --no-cache openssh-client net-tools
|
|
- mkdir -p ~/.ssh
|
|
- mkdir -p ~/.ssh
|