Browse Source

Update .gitlab-ci.yml

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

4
.gitlab-ci.yml

@ -6,7 +6,9 @@ build_frontend:
stage: build
image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build
before_script:
- echo "${DEPLOY_ENV_KEY}" >> /workdir/deploy_key
- echo "${DEPLOY_ENV_KEY}" > /workdir/deploy_key
- echo "${SSH_KNOWN_HOSTS}"> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- cat /workdir/deploy_key
- cp -r Frontend/src/ /workdir/src/
- cp -r Frontend/public/ /workdir/public/

Loading…
Cancel
Save