mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-27 09:48:55 +02:00
Import of current work
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
backupdir: /tmp
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
class MyTask
|
||||
{
|
||||
public function run()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user