Skip to content

Commit

Permalink
asas
Browse files Browse the repository at this point in the history
  • Loading branch information
maulayyacyber committed Oct 2, 2024
1 parent f3e1760 commit 60cb16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
php artisan optimize:clear
@endtask

@task('run_migrations')
{{-- @task('run_migrations')
echo 'Creating cache table if not exists and running migrations'
cd {{ $new_release_dir }}
php artisan cache:table
php artisan migrate --force
@endtask
@endtask --}}

@task('update_symlinks')
echo 'Linking storage directory'
Expand Down

0 comments on commit 60cb16d

Please sign in to comment.