Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created April 9, 2017 17:26
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 s3w47m88/2a2a9d7725f567c86a875cca72981b54 to your computer and use it in GitHub Desktop.
Save s3w47m88/2a2a9d7725f567c86a875cca72981b54 to your computer and use it in GitHub Desktop.
production/wordpress_sites.yml
# Documentation: https://roots.io/trellis/docs/remote-server-setup/
# `wordpress_sites` options: https://roots.io/trellis/docs/wordpress-sites
# Define accompanying passwords/secrets in group_vars/production/vault.yml
wordpress_sites:
kangapestcontrol.com:
site_hosts:
- canonical: kangapestcontrol.com
redirects:
- www.kangapestcontrol.com
local_path: ../site # path targeting local Bedrock site directory (relative to Ansible root)
repo: git@github.com:s3w47m88/kangapestcontrol.com.git # replace with your Git repo URL
repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
branch: master
multisite:
enabled: false
ssl:
enabled: true
provider: letsencrypt
cache:
enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment