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

15 lines
250 B
YAML
Raw Normal View History

#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
2011-11-24 01:25:20 +01:00
pre-tasks:
- scm/update
2011-11-24 01:25:20 +01:00
tasks:
- deployment/rsync
2011-11-24 01:25:20 +01:00
- privileges
#post-tasks: