From cc6019e9d28f8f683cd6fec40f526a642400dc27 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Wed, 4 Aug 2021 15:51:33 +0200
Subject: [PATCH] Switch deployment target for demo

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d1468a4..f785db96 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,7 +65,7 @@ deploy_demo:
     name: demo
     url: https://dbp-demo.tugraz.at/apps/demo
   variables:
-    DEPLOY_HOST: mw01-dev.tugraz.at
+    DEPLOY_HOST: vpu01-demo.tugraz.at
     DEPLOY_KEY: "$DEPLOY_SSH_KEY"
   <<: *deploy_defaults
 
diff --git a/toolkit-showcase/deploy.php b/toolkit-showcase/deploy.php
index e5d2e8d3..5f3098c5 100644
--- a/toolkit-showcase/deploy.php
+++ b/toolkit-showcase/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/demo');
 
 host('development')
-- 
GitLab