Browse Source

Update .gitlab-ci.yml

f/2-backend-asp-net-core-initialisieren
Levin Faber 7 years ago
parent
commit
2625465071
  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:
- echo "${DEPLOY_ENV_KEY}"
- echo "${DEPLOY_ENV_KEY}" >> /workdir/deploy_key
- cp -r Frontend/src/ /workdir/src/
- cp -r Frontend/public/ /workdir/public/

Loading…
Cancel
Save