* strict type fixes

* news action added
This commit is contained in:
Danyi Dávid
2018-07-26 09:02:48 +02:00
parent 22fe49d4ca
commit 6fa6c1ae89
8 changed files with 405 additions and 10 deletions

View File

@@ -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');