1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-09-14 05:00:20 +02:00
Magallanes/docs/example-config/.mage/config/environment/production.yaml
2011-11-23 22:25:20 -02:00

15 lines
250 B
YAML

#production
user: root
deploy-from: ./
deploy-to: /var/www/vhosts/example.com/www
hosts:
- s01.example.com
- s02.example.com
- s03.example.com
- s05.example.com
pre-tasks:
- scm/update
tasks:
- deployment/rsync
- privileges
#post-tasks: