mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-27 09:48:55 +02:00
New reorder of classes and configuration. New instantiation of Tasks.
This commit is contained in:
@@ -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-*
|
||||
Reference in New Issue
Block a user