Skip to content

Commit

Permalink
Limit some roles to staging and production
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Aug 20, 2014
1 parent fc90c1e commit 6a26230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- mariadb
- php-55
- nginx
- memcached
- { role: memcached, when: "'development' not in group_names" }
- composer
- dev-tools
- { role: dev-tools, when: "'development' not in group_names" }
- wp-cli
- capistrano-setup
- { role: capistrano-setup, when: "'development' not in group_names" }
- wordpress-sites

0 comments on commit 6a26230

Please sign in to comment.