adds sample deploy-secrets.yml file

This commit is contained in:
Juanjo Bazán
2015-08-07 12:19:01 +02:00
parent 808f0fcfbb
commit 949f8a68df
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
staging:
deploy_to: "/var/www/participacion"
ssh_port: 21
server: staging.participacion.madrid.es
user: xxxxx
preproduction:
deploy_to: "/var/www/participacion"
ssh_port: 2222
server: xxx.xxx.xxx.xxx
user: xxxxx
production:
deploy_to: "/var/www/participacion"
ssh_port: 2222
server: xxx.xxx.xxx.xxx
user: xxxxx