Browse Source

Update .gitlab-ci.yml

f/2-backend-asp-net-core-initialisieren
Levin Faber 7 years ago
parent
commit
f777c10353
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -7,10 +7,7 @@ build_frontend:
image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build
before_script:
- echo "${DEPLOY_ENV_KEY}" > /workdir/deploy_key
- mkdir -p ~/.ssh
- echo "${SSH_KNOWN_HOSTS}"> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- cat /workdir/deploy_key
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- cp -r Frontend/src/ /workdir/src/
- cp -r Frontend/public/ /workdir/public/
script:

Loading…
Cancel
Save