Browse Source

Update .gitlab-ci.yml

f/raum-übersicht
Levin Faber 7 years ago
parent
commit
bafd52afb2
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -26,7 +26,7 @@ build_frontend:
- rsync --progress -av -e ssh /workdir/build/* $DEPLOY_ENV_USER@$DEPLOY_ENV_TARGET:/home/$DEPLOY_ENV_USER/serve/ - rsync --progress -av -e ssh /workdir/build/* $DEPLOY_ENV_USER@$DEPLOY_ENV_TARGET:/home/$DEPLOY_ENV_USER/serve/
environment: environment:
name: deploy name: deploy
url: https://gitlab.levin.pw url: https://$DEPLOY_ENV_TARGET
build_docker_host: build_docker_host:
stage: build stage: build

Loading…
Cancel
Save