Created
April 17, 2025 09:17
-
-
Save mikepage/82c7470d7abb76bbba8f2cb00ec29463 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# local | |
composer update | |
git add composer.lock | |
git commit -a -m "Composer update" | |
# remote | |
git pull | |
composer install --no-dev -o -a | |
php craft up | |
php craft clear-caches/all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment