Upgrade deployer and use official GitHub action
This commit is contained in:
+3
-1
@@ -64,6 +64,7 @@ host('production')
|
||||
->set('buspronet_path', '/home/www/p546128/html/kuschick/buspronet/buspronet')
|
||||
->set('bin/php', '/usr/local/bin/php')
|
||||
->set('http_user', 'p546128')
|
||||
->set('writable_mode', 'chmod')
|
||||
->set('bin/composer', '/usr/local/bin/composer')
|
||||
->set('composer_options', '--prefer-dist --no-progress --no-interaction --optimize-autoloader')
|
||||
->set('rsync_src', __DIR__)
|
||||
@@ -83,6 +84,7 @@ host('staging')
|
||||
->set('buspronet_path', '/home/www/p546128/html/kuschick/buspronet/buspronet')
|
||||
->set('bin/php', '/usr/local/bin/php')
|
||||
->set('http_user', 'p546128')
|
||||
->set('writable_mode', 'chmod')
|
||||
->set('bin/composer', '/usr/local/bin/composer')
|
||||
->set('composer_options', '--prefer-dist --no-progress --no-interaction --optimize-autoloader')
|
||||
->set('rsync_src', __DIR__)
|
||||
@@ -93,7 +95,7 @@ host('staging')
|
||||
|
||||
task('deploy', [
|
||||
'deploy:info',
|
||||
'deploy:prepare',
|
||||
'deploy:setup',
|
||||
'deploy:lock',
|
||||
'deploy:release',
|
||||
'rsync',
|
||||
|
||||
Reference in New Issue
Block a user