diff --git a/.gitignore b/.gitignore index 5b0d0c1..443f24d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. # compiled output -/dist-beik +/dist-gulbaba /tmp /out-tsc /semantic diff --git a/README.md b/README.md index aa048e9..829af3a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1 @@ -# webnaplo BEIK frontend - -modules -* auth -* fault -* report -* shared ? +# webnaplo Gül-Baba frontend diff --git a/deploy.php b/deploy.php index 0130da7..5232907 100644 --- a/deploy.php +++ b/deploy.php @@ -5,7 +5,6 @@ require 'recipe/common.php'; // Configuration -// set('repository', 'git@domain.com:username/repository.git'); set('shared_files', []); set('shared_dirs', []); set('writable_dirs', []); @@ -16,17 +15,17 @@ set('default_stage', 'production'); host('lxuz.hu') ->stage('production') - ->user('latuzcs_beik_frontend_access') + ->user('benkeg_gulbaba_frontend_access') ->forwardAgent() ->set('ng_target', 'production') ->set('ng_environment', 'gulbaba') - ->set('deploy_path', '/var/www/clients/client5/web19/deploy'); + ->set('deploy_path', '/var/www/clients/client4/web37/deploy'); // Tasks desc('Prepare release'); task('deploy:ng-prepare', function() { - runLocally("ng build --target={{ng_target}} --environment=prod --output-path=dist-{{ng_environment}}"); + runLocally("ng build frontend --prod --output-path=dist-{{ng_environment}}"); runLocally("tar -C dist-{{ng_environment}} -cJf dist-{{ng_environment}}.tar.xz ."); }); diff --git a/src/app/auth/auth.module.ts b/src/app/auth/auth.module.ts index 926a720..a6947e5 100644 --- a/src/app/auth/auth.module.ts +++ b/src/app/auth/auth.module.ts @@ -21,7 +21,7 @@ export function tokenGetterFunctionWrapper() { tokenGetter: tokenGetterFunctionWrapper, whitelistedDomains: [ "localhost:8888", - "api.beik.lxuz.hu", + "api.gulbaba.bggeneral.hu", ], }, }), diff --git a/src/app/auth/auth/auth.component.html b/src/app/auth/auth/auth.component.html index d4b26aa..1c29afe 100644 --- a/src/app/auth/auth/auth.component.html +++ b/src/app/auth/auth/auth.component.html @@ -1,9 +1,9 @@