Browse Source

Update .gitlab-ci.yml

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

6
.gitlab-ci.yml

@ -41,8 +41,7 @@ build_docker_host:
- docker push registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-serve
- rsync --progress -av -e ssh /Docker/config/restart-host.sh:$DEPLOY_ENV_USER@$DEPLOY_ENV_TARGET:/home/$DEPLOY_ENV_USER/restart-host.sh
- ssh $DEPLOY_ENV_USER@$DEPLOY_ENV_TARGET "./restart-host.sh"
when:
- manual
when: manual
build_docker_builder:
stage: build
@ -54,6 +53,5 @@ build_docker_builder:
script:
- docker build -f Docker/Dockerfile_FE_Builder -t registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build .
- docker push registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build
when:
- manual
when: manual

Loading…
Cancel
Save