Time information feature.

This commit is contained in:
Andrés Montañez
2012-03-30 20:56:07 -03:00
parent b252555655
commit 6e3e8e0768
3 changed files with 44 additions and 3 deletions
@@ -1,9 +1,12 @@
#staging
deployment:
user: stg_user
user: root
from: ./
to: /var/www/vhosts/example.com/staging
hosts: /tmp/current-staging-hosts.txt
#hosts: /tmp/current-staging-hosts.txt
hosts:
- s01.example.com:22
- s02.example.com
tasks:
pre-deploy:
- scm/update