Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Update command flow add glide clear #23

Merged
merged 4 commits into from
Jul 29, 2024

Conversation

thejmitchener
Copy link
Member

@thejmitchener thejmitchener commented Jul 11, 2024

Introduces an update to the command flow in our deployment script by adding a call to php artisan glide:clear. The motivation behind this change is to ensure that any cached Glide images are properly cleared during the deployment process, which helps prevent potential issues with stale images being served.

Additionally, this update removes unnecessary cache clearing commands, streamlining the deployment process while still maintaining optimal performance. By focusing on clearing Glide images and optimizing the cache, we improve the reliability of our deployment and ensure that the latest assets are always served to users.

Overall, this change enhances the deployment workflow, reduces potential errors related to outdated cached images, and contributes to a smoother and more efficient release process.

thejmitchener and others added 3 commits July 10, 2024 14:41
…Updated package name and command registration for better consistency.
…tion and performance. Added cache clearing and regeneration steps, as well as clearing of media library and Glide cache.
@thejmitchener thejmitchener merged commit 48b24b2 into main Jul 29, 2024
6 checks passed
@thejmitchener thejmitchener deleted the update-command-flow-add-glide-clear branch July 29, 2024 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant