Merge pull request #4729 from consul/update-deploy-secrets-example

Add consistency between deploy-secrets and installer
This commit is contained in:
Sebastia
2021-11-05 15:50:27 +01:00
committed by GitHub

View File

@@ -1,18 +1,18 @@
staging: staging:
deploy_to: "/var/www/consul" deploy_to: "/home/deploy/consul"
ssh_port: "21" ssh_port: "21"
server: "staging.consul.es" server: "staging.consul.es"
user: "xxxxx" user: "deploy"
preproduction: preproduction:
deploy_to: "/var/www/consul" deploy_to: "/home/deploy/consul"
ssh_port: "2222" ssh_port: "2222"
server1: xxx.xxx.xxx.xxx server1: xxx.xxx.xxx.xxx
server2: xxx.xxx.xxx.xxx server2: xxx.xxx.xxx.xxx
user: xxxxx user: "deploy"
production: production:
deploy_to: "/var/www/consul" deploy_to: "/home/deploy/consul"
ssh_port: "22" ssh_port: "22"
server1: xxx.xxx.xxx.xxx server1: xxx.xxx.xxx.xxx
server2: xxx.xxx.xxx.xxx server2: xxx.xxx.xxx.xxx