Browse Source

Update .gitlab-ci.yml

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

1
.gitlab-ci.yml

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

Loading…
Cancel
Save