From 9d35efea621d5a7a8f2ac9ba6bb4c16f29d04a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Thu, 7 Jun 2018 14:28:33 +0200 Subject: [PATCH] * prod api url fixed * deploy config adjusted to production --- deploy.php | 2 +- src/environments/environment.prod.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.php b/deploy.php index 24c5234..ff55531 100644 --- a/deploy.php +++ b/deploy.php @@ -26,7 +26,7 @@ host('alfheim') host('granprize') ->stage('production') - ->user('edvidan') + ->user('vcreatives') ->forwardAgent() ->set('ng_basehref', '/admin/') ->set('env_vars', 'NODE_ENV=production') diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 9ea4178..3c7a5fb 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: 'https://', + apiUrl: 'https://granprize.swedishchamber.hu/api', };