Browse Source

Update .gitlab-ci.yml

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

1
.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
- mkdir -p ~/.ssh
- echo "${SSH_KNOWN_HOSTS}"> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- cat /workdir/deploy_key

Loading…
Cancel
Save