21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-15 15:08:38 +02:00
chexpire/config/deploy/config.example.yml
2018-05-24 13:46:50 +02:00

22 lines
330 B
YAML

staging:
deploy_to: /var/www/my_app_name
servers:
-
host: staging.example.com
user: deploy
roles:
- app
- db
- web
production:
deploy_to: /var/www/my_app_name
servers:
-
host: www.example.com
user: deploy
roles:
- app
- db
- web