Skip to content

Commit

Permalink
configuration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sam5epi0l committed Aug 8, 2023
1 parent 26c33dc commit 40f66d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions trellis/group_vars/all/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ raw_vars:
- vault_users.*.salt
- vault_wordpress_env_defaults
- vault_wordpress_sites

# groups_vars/all/main.yml (example)

letsencrypt_contact_emails:
- jhuriyap@gmail.com
- "{{ mail_admin }}" # defined in groups_vars/all/mail.yml
2 changes: 1 addition & 1 deletion trellis/group_vars/production/wordpress_sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wordpress_sites:
local_path: ../site
branch: master
repo: git@github.com:sam5epi0l/brainstorm-force.git
repo_subtree_path: site
# repo_subtree_path: site
multisite:
enabled: false
ssl:
Expand Down

0 comments on commit 40f66d6

Please sign in to comment.