Import of current work

This commit is contained in:
Andrs Montaez
2011-11-22 09:16:06 -02:00
parent 9f89c76716
commit 3caa3d7313
15 changed files with 277 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
type: git
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
@@ -0,0 +1,8 @@
#production
user: prod_example
deploy-from: application
deploy-to: /var/www/vhosts/example.com/www
hosts:
- s01.example.com
- s02.example.com
- s03.example.com
@@ -0,0 +1,6 @@
#staging
user: stg_example
deploy-from: application
deploy-to: /var/www/vhosts/example.com/staging
hosts:
- staging.example.com
+1
View File
@@ -0,0 +1 @@
backupdir: /tmp
@@ -0,0 +1,8 @@
<?php
class MyTask
{
public function run()
{
}
}