mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 13:20:17 +02:00
Yaml tweaks.
This commit is contained in:
parent
8449f30b0a
commit
b61e7149d0
@ -27,8 +27,8 @@ ioncube:
|
||||
encoder: ioncube_encoder54
|
||||
checkencoding: true
|
||||
checkignorepaths:
|
||||
-/public/js/*
|
||||
-/public/css/*
|
||||
- /public/js/*
|
||||
- /public/css/*
|
||||
|
||||
projfile: project.prj
|
||||
project:
|
||||
|
@ -16,9 +16,7 @@ releases:
|
||||
symlink: current
|
||||
directory: releases
|
||||
hosts:
|
||||
s01.example.com:22:
|
||||
deployment:
|
||||
user: nobody
|
||||
- s01.example.com
|
||||
s02.example.com:
|
||||
deployment:
|
||||
user: toor
|
||||
@ -28,12 +26,11 @@ hosts:
|
||||
tasks:
|
||||
on-deploy:
|
||||
- privileges
|
||||
- s03.example.com
|
||||
tasks:
|
||||
pre-deploy:
|
||||
- scm/update
|
||||
on-deploy:
|
||||
# - symfony2/cache-warmup: {env: prod}
|
||||
- symfony2/cache-warmup: { env: prod }
|
||||
- privileges
|
||||
- sampleTask
|
||||
- sampleTaskRollbackAware
|
||||
|
Loading…
Reference in New Issue
Block a user