Skip to content

Commit

Permalink
Merge pull request #109 from lageIBUSP/patch
Browse files Browse the repository at this point in the history
remove route and config caches
Lobz authored May 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 736f1d2 + 1bc10d6 commit b573624
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
@@ -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 b573624

Please sign in to comment.