* prod deploy
This commit is contained in:
25
deploy.php
Normal file → Executable file
25
deploy.php
Normal file → Executable file
@@ -15,15 +15,24 @@ set('writable_dirs', []);
|
||||
set('keep_releases', 3);
|
||||
set('default_stage', 'production');
|
||||
|
||||
// Servers
|
||||
// Servers - mtas : esekivws5222a.rnd.ki.sw.ericsson.se
|
||||
host('mtas')
|
||||
->stage('production')
|
||||
->user('edvidan')
|
||||
->forwardAgent()
|
||||
->set('ng_basehref', '/mtas/')
|
||||
->set('ng_configuration', 'production')
|
||||
->set('env_vars', 'NODE_ENV=production')
|
||||
->set('deploy_path', '/proj/webdocs/mtoolbox/mtastv/frontend');
|
||||
|
||||
host('vasgyuro.tsp')
|
||||
->stage('production')
|
||||
->user('edvidan')
|
||||
->forwardAgent()
|
||||
->set('ng_basehref', '/mtas-tv/')
|
||||
->set('ng_configuration', 'production')
|
||||
->set('env_vars', 'NODE_ENV=production')
|
||||
->set('deploy_path', '/home/edvidan/applications/mtas-tv');
|
||||
->stage('staging')
|
||||
->user('edvidan')
|
||||
->forwardAgent()
|
||||
->set('ng_basehref', '/mtas-tv/')
|
||||
->set('ng_configuration', 'staging')
|
||||
->set('env_vars', 'NODE_ENV=production')
|
||||
->set('deploy_path', '/home/edvidan/applications/mtas-tv');
|
||||
|
||||
// Tasks
|
||||
desc('Build release');
|
||||
|
||||
Reference in New Issue
Block a user