* production deploy

* page font size changes
* article side separator height
* tablet view inline image float
This commit is contained in:
Danyi Dávid
2018-05-06 21:20:05 +02:00
parent 460efff899
commit de88d599af
3 changed files with 15 additions and 12 deletions

View File

@@ -30,6 +30,12 @@ host('alfheim')
->set('php_service_name', 'php7.2-fpm')
->set('deploy_path', '/mnt/apps/granprize');
host('granprize')
->stage('production')
->user('vcreatives')
->forwardAgent()
->set('php_service_name', 'php7.2-fpm')
->set('deploy_path', '/var/www/granprize.swedishchamber.hu');
desc('Reload PHP-FPM service');
task('php-fpm:reload', function () {