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

Adjust production deployment

We use the demo api-gw for now because we need another QA session
before we can update api.tugraz.at.
parent 8162a697
Branches
No related tags found
No related merge requests found
Pipeline #11185 passed
......@@ -67,7 +67,7 @@ deploy_production:
- production
environment:
name: production
url: https://signature.tugraz.at
url: https://esig.tugraz.at
variables:
DEPLOY_HOST: mw01-prod.tugraz.at
DEPLOY_KEY: "$DEPLOY_SSH_KEY"
......
......@@ -55,7 +55,7 @@ host('development')
host('production')
->stage('production')
->hostname('mw@mw01-prod.tugraz.at')
->set('deploy_path', '/home/mw/prod_signature/deploy')
->set('deploy_path', '/home/mw/prod_esig/deploy')
-> set('rsync',[
'exclude' => [
'.git',
......
......@@ -72,11 +72,11 @@ switch (build) {
break;
case 'production':
basePath = '/';
entryPointURL = 'https://api.tugraz.at';
keyCloakServer = 'auth.tugraz.at';
entryPointURL = 'https://api-demo.tugraz.at';
keyCloakServer = 'auth-test.tugraz.at';
keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
keyCloakClientId = 'ibib_tugraz_at-IBIB';
pdfAsQualifiedlySigningServer = 'sig.tugraz.at';
keyCloakClientId = 'ibib-demo_tugraz_at-IBIB';
pdfAsQualifiedlySigningServer = 'sig-test.tugraz.at';
matomoSiteId = 130;
break;
case 'test':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment