diff --git a/Envoy.blade.php b/Envoy.blade.php new file mode 100644 index 0000000..f9cc97b --- /dev/null +++ b/Envoy.blade.php @@ -0,0 +1,23 @@ +@servers(['web' => ['capanema@compartilhado-1.horizontes.info']]) + +@task('deploy', ['on' => 'web']) + cd ~/web/ucb.horizontes.info/public_html + + php artisan down + + git pull + + composer install + + php artisan migrate:refresh --seed + + php artisan cache:clear + + php artisan storage:link + + php artisan config:cache + + php artisan view:cache + + php artisan up +@endtask