* deploy script updated

* xsl parser year updated
* tree type switched from closure table to nested set
This commit is contained in:
Danyi Dávid
2018-11-17 22:42:01 +01:00
parent 8f843a8194
commit 99c10e94e1
4 changed files with 42 additions and 42 deletions

View File

@@ -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