adds sample deploy-secrets.yml file
This commit is contained in:
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