* strict type fixes
* news action added
This commit is contained in:
@@ -9,6 +9,8 @@ set('ssh_multiplexing', true);
|
||||
set('repository', 'ssh://gogs@gogs.ragnarok.yvan.hu:2206/yvan/skies-api.git');
|
||||
set('shared_dirs', [
|
||||
'data/tmp',
|
||||
'data/logs',
|
||||
'data/cache',
|
||||
]);
|
||||
set('shared_files', [
|
||||
// 'config/autoload/doctrine.local.php',
|
||||
@@ -22,7 +24,7 @@ host('alfheim.ragnarok.yvan.hu')
|
||||
->stage('production')
|
||||
->user('yvan')
|
||||
->forwardAgent()
|
||||
->set('php_service_name', 'php7.1-fpm')
|
||||
->set('php_service_name', 'php7.2-fpm')
|
||||
->set('deploy_path', '/mnt/apps/skies-proxy-api');
|
||||
|
||||
desc('Restart PHP-FPM service');
|
||||
|
||||
Reference in New Issue
Block a user