21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-03 01:10:50 +02:00
chexpire/config/deploy/config.example.yml

27 lines
504 B
YAML

# Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Evolix <info@evolix.fr>
# License: GNU AGPL-3+ (see full text in LICENSE file)
staging:
deploy_to: /var/www/my_app_name
keep_releases: 5
servers:
-
host: staging.example.com
user: deploy
roles:
- app
- db
- web
production:
deploy_to: /var/www/my_app_name
keep_releases: 5
servers:
-
host: www.example.com
user: deploy
roles:
- app
- db
- web