mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-25 21:00:18 +02:00
Config for working with Releases.
This commit is contained in:
parent
264a199150
commit
c5ce864371
@ -2,11 +2,17 @@
|
||||
user: root
|
||||
deploy-from: ./
|
||||
deploy-to: /var/www/vhosts/example.com/www
|
||||
releases:
|
||||
- enabled: true
|
||||
- symlink: current
|
||||
- directory: releases
|
||||
hosts:
|
||||
- s01.example.com
|
||||
- s02.example.com
|
||||
- s03.example.com
|
||||
- s05.example.com
|
||||
rsync-excludes:
|
||||
- application/data/cache/twig/*
|
||||
pre-tasks:
|
||||
- scm/update
|
||||
tasks:
|
||||
|
@ -1,3 +1,3 @@
|
||||
#scm settings
|
||||
type: git
|
||||
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
|
||||
uri: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
|
Loading…
Reference in New Issue
Block a user