diff --git a/config/deploy-secrets.yml.example b/config/deploy-secrets.yml.example index c6fab9fe4..26c5a38f6 100644 --- a/config/deploy-secrets.yml.example +++ b/config/deploy-secrets.yml.example @@ -1,18 +1,18 @@ staging: - deploy_to: "/var/www/consul" + deploy_to: "/home/deploy/consul" ssh_port: "21" server: "staging.consul.es" - user: "xxxxx" + user: "deploy" preproduction: - deploy_to: "/var/www/consul" + deploy_to: "/home/deploy/consul" ssh_port: "2222" server1: xxx.xxx.xxx.xxx server2: xxx.xxx.xxx.xxx - user: xxxxx + user: "deploy" production: - deploy_to: "/var/www/consul" + deploy_to: "/home/deploy/consul" ssh_port: "22" server1: xxx.xxx.xxx.xxx server2: xxx.xxx.xxx.xxx