Skip to content
Snippets Groups Projects
Commit cc6019e9 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Switch deployment target for demo

parent 39c00aed
No related branches found
No related tags found
No related merge requests found
Pipeline #53103 failed
......@@ -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
......
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment