Created
May 10, 2018 20:04
-
-
Save nullvariable/8ce30f9c0c75e00ff55aa53c6803c68f to your computer and use it in GitHub Desktop.
lando/wordpress blog post
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
events: | |
post-db-import: | |
appserver: > | |
cd $LANDO_MOUNT | |
&& wp search-replace "//example.com" "//example.lndo.site" --all-tables | |
&& wp search-replace "//www.example.com" "//example.lndo.site" --all-tables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment