* deploy script updated
* xsl parser year updated * tree type switched from closure table to nested set
This commit is contained in:
@@ -7,7 +7,7 @@ set('ssh_multiplexing', true);
|
||||
|
||||
// Configuration
|
||||
|
||||
set('repository', 'ssh://gogs@gogs.ragnarok.yvan.hu:2206/Laterex/webnaplo-gul-api.git');
|
||||
set('repository', 'ssh://gogs@gogs.ragnarok.yvan.hu:2206/Laterex/webnaplo-gulbaba-api.git');
|
||||
set('shared_files', [
|
||||
'config/autoload/local.php',
|
||||
'config/autoload/doctrine.local.php',
|
||||
@@ -27,12 +27,12 @@ set('default_stage', 'production');
|
||||
|
||||
host('lxuz.hu')
|
||||
->stage('production')
|
||||
->user('latuzcs_beik_api_access')
|
||||
->user('benkeg_gulbaba_api_access')
|
||||
->forwardAgent()
|
||||
->set('bin/php', '/usr/bin/php7.1')
|
||||
->set('bin/composer', '{{bin/php}} /var/www/clients/client5/web20/bin/composer')
|
||||
->set('bin/composer', '{{bin/php}} /var/www/clients/client4/web38/bin/composer')
|
||||
->set('php_service_name', 'php7.1-fpm')
|
||||
->set('deploy_path', '/var/www/clients/client5/web20/deploy');
|
||||
->set('deploy_path', '/var/www/clients/client4/web38/deploy');
|
||||
|
||||
// Tasks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user