diff --git a/.gitlab-ci/deploy.php b/.gitlab-ci/deploy.php index 99888214dc599daba9b50990bc89300fc1e22099..1ca45696627abca09bd16facb11d7b5a04743c70 100644 --- a/.gitlab-ci/deploy.php +++ b/.gitlab-ci/deploy.php @@ -26,7 +26,7 @@ $rsync_config = [ // Hosts host('development') ->set('labels', ['stage' => 'development']) - ->setHostname('campusqr@campusqr-dev.tugraz.at') + ->setHostname('campusqr@vpu01-dev.tugraz.at') ->set('deploy_path', '/home/campusqr/dev/deploy/campus-qr') ->set('rsync', $rsync_config) ->set('rsync_src', $PROJECT_ROOT . '/dist')