Skip to content

Commit

Permalink
Merge pull request #3516 from consul/deploy_secrets
Browse files Browse the repository at this point in the history
Add deploy-secrets.yml.example file
  • Loading branch information
voodoorai2000 committed May 21, 2019
2 parents d570256 + 40b9d65 commit 7846a4f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/deploy-secrets.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
staging:
deploy_to: "/var/www/consul"
ssh_port: "21"
server: "staging.consul.es"
db_server: "postgre.consul.es"
user: "xxxxx"
server_name: "staging.consul.es"
full_app_name: "consul"

preproduction:
deploy_to: "/var/www/consul"
ssh_port: "2222"
server1: xxx.xxx.xxx.xxx
server2: xxx.xxx.xxx.xxx
db_server: xxx.xxx.xxx.xxx
user: xxxxx
server_name: pre.consul.es
full_app_name: "consul"

production:
deploy_to: "/var/www/consul"
ssh_port: "22"
server1: xxx.xxx.xxx.xxx
server2: xxx.xxx.xxx.xxx
db_server: xxx.xxx.xxx.xxx
user: "deploy"
server_name: "consul.es"
full_app_name: "consul"

0 comments on commit 7846a4f

Please sign in to comment.