Sistema de controles da União de Ciclistas do Brasil
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 

23 lines
359 B

@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