adds sample deploy-secrets.yml file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,5 +19,6 @@
|
||||
/spec/examples.txt
|
||||
/config/database.yml
|
||||
/config/secrets.yml
|
||||
/config/deploy-secrets.yml
|
||||
|
||||
/coverage
|
||||
|
||||
18
config/deploy-secrets.yml.example
Normal file
18
config/deploy-secrets.yml.example
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user