* production deploy
* page font size changes * article side separator height * tablet view inline image float
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user