mirror of https://github.com/hauke68/Magallanes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
477 B
27 lines
477 B
#production |
|
deployment: |
|
user: root |
|
from: ./ |
|
to: /var/www/vhosts/example.com/www |
|
excludes: |
|
- application/data/cache/twig/* |
|
releases: |
|
enabled: true |
|
max: 5 |
|
symlink: current |
|
directory: releases |
|
hosts: |
|
- s01.example.com |
|
- s02.example.com |
|
tasks: |
|
pre-deploy: |
|
- scm/update |
|
on-deploy: |
|
- symfony2/cache-warmup: { env: prod } |
|
- privileges |
|
- sampleTask |
|
- sampleTaskRollbackAware |
|
verbose_logging: true |
|
env: |
|
variables: |
|
symfony_env: prod
|
|
|