* deployer fix
* export path includes .zip extension
This commit is contained in:
@@ -16,10 +16,10 @@ set('keep_releases', 3);
|
||||
set('default_stage', 'production');
|
||||
|
||||
// Servers
|
||||
server('alfheim', 'alfheim.ragnarok.yvan.hu')
|
||||
host('alfheim.ragnarok.yvan.hu')
|
||||
->stage('production')
|
||||
->user('yvan')
|
||||
->identityFile()
|
||||
->forwardAgent()
|
||||
->set('ng_target', 'production')
|
||||
->set('ng_environment', 'prod')
|
||||
->set('env_vars', 'NODE_ENV=production')
|
||||
|
||||
Reference in New Issue
Block a user