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