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', };