MIse a jour Ci/Cd

This commit is contained in:
Mathieu Lagace
2019-08-04 19:26:54 -04:00
parent d57c648d7f
commit cb3fdc44e2
2 changed files with 11 additions and 9 deletions

View File

@@ -54,7 +54,8 @@
chmod -R 777 {{ $app_dir_697 }}/current/bootstrap/
echo 'Migrate DB'
{{ $app_dir_697 }}/current/php artisan migrate
cd {{ $app_dir_697 }}/current/
php artisan migrate
@endtask
@task('clone_repository_736')
@@ -86,5 +87,6 @@
chmod -R 777 {{ $app_dir_736 }}/current/bootstrap/
echo 'Migrate DB'
{{ $app_dir_736 }}/current/php artisan migrate
cd {{ $app_dir_736 }}/current/
php artisan migrate
@endtask