Skip to content

Commit

Permalink
clear all caches
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed May 1, 2024
1 parent 0c7a7a6 commit 19e88fd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ else
fi
# Makes sure our storage link is set up
php artisan storage:link
# Clear application and config caches
php artisan config:clear
php artisan cache:clear
php artisan view:clear
# Runs any DB migration
php artisan migrate --force
# Setup caches
# Clear and restart caches
php artisan cache:clear
php artisan config:cache
php artisan view:cache
php artisan route:cache
php artisan event:cache

0 comments on commit 19e88fd

Please sign in to comment.