Skip to content

Instantly share code, notes, and snippets.

@nullvariable
Created May 10, 2018 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nullvariable/8ce30f9c0c75e00ff55aa53c6803c68f to your computer and use it in GitHub Desktop.
Save nullvariable/8ce30f9c0c75e00ff55aa53c6803c68f to your computer and use it in GitHub Desktop.
lando/wordpress blog post
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