diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2cb34185f400356413e02b8b8c98ee7d98ea149..ebfaffb9ec2d3f7168708397f2a0e2f1dd16b46c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,9 +66,9 @@ deploy_demo: - demo environment: name: demo - url: https://frontend-demo.tugraz.at/apps/signature + url: https://dbp-demo.tugraz.at/apps/signature variables: - DEPLOY_HOST: mw01-dev.tugraz.at + DEPLOY_HOST: vpu01-demo.tugraz.at DEPLOY_KEY: "$DEPLOY_SSH_KEY" <<: *deploy_defaults diff --git a/.gitlab-ci/deploy.php b/.gitlab-ci/deploy.php index b92cdb2099d4d5583847fb6e80a267dd7717471f..625867951476d1e378eb04db46e40facdba0cc1c 100644 --- a/.gitlab-ci/deploy.php +++ b/.gitlab-ci/deploy.php @@ -29,7 +29,7 @@ set('rsync_dest','{{release_path}}'); // Hosts host('demo') ->stage('demo') - ->hostname('mw@mw01-dev.tugraz.at') + ->hostname('mw@vpu01-demo.tugraz.at') ->set('deploy_path', '/home/mw/demo/deploy/apps/signature'); host('development')