Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created April 9, 2017 17:25
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/9bf9e11c921e3169a17cb3f2d4d24a2b to your computer and use it in GitHub Desktop.
Save s3w47m88/9bf9e11c921e3169a17cb3f2d4d24a2b to your computer and use it in GitHub Desktop.
staging/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/staging/vault.yml
wordpress_sites:
staging.kangapestcontrol.com:
site_hosts:
- canonical: staging.kangapestcontrol.com
# redirects:
# - otherdomain.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