From ec8815c8fc16e20914898e02dfcd8ced21032864 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Tue, 3 Aug 2021 15:06:17 +0200
Subject: [PATCH] Switch deployment target for demo

---
 .gitlab-ci.yml        | 4 ++--
 .gitlab-ci/deploy.php | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2cb341..ebfaffb 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 b92cdb2..6258679 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')
-- 
GitLab