diff --git a/deploy.php b/deploy.php index beb1fa3..fb22611 100644 --- a/deploy.php +++ b/deploy.php @@ -47,15 +47,9 @@ desc('Deploy the application'); task('deploy', [ - 'deploy:info', 'deploy:prepare', - 'deploy:release', - 'deploy:unlock', - 'rsync', 'deploy:secrets', - 'deploy:shared', 'deploy:vendors', - 'deploy:writable', 'artisan:storage:link', 'artisan:view:cache', 'artisan:config:cache',