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

1
.gitignore vendored
View File

@@ -19,5 +19,6 @@
/spec/examples.txt /spec/examples.txt
/config/database.yml /config/database.yml
/config/secrets.yml /config/secrets.yml
/config/deploy-secrets.yml
/coverage /coverage

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