|
|
|
@ -9,8 +9,6 @@ deploy-job: |
|
|
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' |
|
|
|
when: always |
|
|
|
environment: production |
|
|
|
dependencies: |
|
|
|
- build-job |
|
|
|
before_script: |
|
|
|
## Install ssh-agent if not already installed, it is required by Docker. |
|
|
|
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' |
|
|
|
|