Created
February 26, 2024 15:34
-
-
Save tarecord/973430803cde053c92c34862ca91bc56 to your computer and use it in GitHub Desktop.
Set up lando with WP-CLI's dist-archive-command
This file contains 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
name: my-lando-environment | |
recipe: wordpress | |
config: | |
webroot: wordpress | |
services: | |
appserver: | |
build_as_root: | |
- apt-get update -y && apt-get install -y zip | |
run: | |
- wp package install wp-cli/dist-archive-command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment