Last active
August 28, 2018 09:39
-
-
Save baumannsven/dabcc9fa16ca89007103b5795c1e031e 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
#!/usr/bin/env bash | |
rm -rf var/cache | |
# If the console using not same version as the web, then add before vendor the executable php command. | |
vendor/bin/contao-console cache:warmup --env=pro | |
vendor/bin/contao-console cache:warmup --env=dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment