From 92bb8351dcb03cd8a982853c8b9d9707809aa839 Mon Sep 17 00:00:00 2001 From: Levin Faber Date: Wed, 8 May 2019 20:02:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c48194c..4d7f21c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ build_frontend: image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build before_script: - echo "${DEPLOY_ENV_KEY}" > /workdir/deploy_key + - chmod 644 /workdir/deploy_key - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - cp -r Frontend/src/ /workdir/src/