New reorder of classes and configuration. New instantiation of Tasks.

This commit is contained in:
Andrs Montaez
2011-11-23 01:17:06 -02:00
parent 3caa3d7313
commit b161220e69
23 changed files with 257 additions and 108 deletions
@@ -0,0 +1,11 @@
#production
user: root
deploy-from: ./
deploy-to: /var/www/vhosts/example.com/www
hosts:
- s01.example.com
- s02.example.com
- s03.example.com
tasks:
- scm/update
- deployment/rsync
@@ -0,0 +1,9 @@
#staging
user: stg_example
deploy-from: application
deploy-to: /var/www/vhosts/example.com/staging
hosts:
- staging.example.com
tasks:
- scm/update
- deployment/rsync
@@ -0,0 +1 @@
log-*