diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c82ca88..2c62623 100644 --- a/.gitlab-ci.yml +++ b/.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/ environment: name: deploy - url: https://gitlab.levin.pw + url: https://$DEPLOY_ENV_TARGET build_docker_host: stage: build