Skip to content

Commit

Permalink
remove route and config caches
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed May 1, 2024
1 parent 736f1d2 commit 1bc10d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ fi
php artisan storage:link
# Runs any DB migration
php artisan migrate --force
# Clear and restart caches
# Clear caches
php artisan route:clear
php artisan config:clear
php artisan cache:clear
php artisan config:cache
php artisan view:cache
php artisan route:cache
php artisan event:cache

0 comments on commit 1bc10d6

Please sign in to comment.