Upgrade deployer and use official GitHub action

This commit is contained in:
Björn Fromme
2022-10-04 17:32:39 +02:00
parent 62e8199c48
commit 29ab253484
3 changed files with 9 additions and 6 deletions
+3 -1
View File
@@ -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',