|
|
|
@ -6,6 +6,7 @@ build_frontend: |
|
|
|
stage: build |
|
|
|
stage: build |
|
|
|
image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build |
|
|
|
image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build |
|
|
|
before_script: |
|
|
|
before_script: |
|
|
|
|
|
|
|
- eval $(ssh-agent -s) |
|
|
|
- ssh-add <(echo "${DEPLOY_ENV_KEY}") |
|
|
|
- ssh-add <(echo "${DEPLOY_ENV_KEY}") |
|
|
|
- mkdir -p ~/.ssh |
|
|
|
- mkdir -p ~/.ssh |
|
|
|
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' |
|
|
|
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' |
|
|
|
|