Skip to content

Commit

Permalink
multi node test
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Nov 18, 2016
1 parent 215662b commit d706563
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions totem.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
enabled: true

variables:
enable_travis: true
enable_travis: false
enable_public_host: true
node_count: 1
min_nodes: 1
node_count: 8
min_nodes: 5
force_ssl: true

deployers:
Expand All @@ -17,3 +17,6 @@ deployers:
enabled:
value: "{{ env == 'development' }}"

not-prod-us-west-2:
enabled:
value: "{{ ref == 'master' and env == 'production' }}"

0 comments on commit d706563

Please sign in to comment.