This commit is contained in:
Simon Vieille 2016-01-13 23:05:18 +01:00
parent 88ccba0cf9
commit fdd05bac4c
6 changed files with 28 additions and 1 deletions

1
.gitignore vendored
View File

@ -14,4 +14,3 @@
/web/bundles/
/tags
*.swp
.mage

0
.mage/config/environment/.gitignore vendored Normal file
View File

View File

@ -0,0 +1,19 @@
deployment:
user: webdefis48
from: ./
to: /services/web/www/defis48.deblan.org/website/
excludes:
- .git
- var
- app/config/parameters.yml
releases:
enabled: false
hosts:
- deblan.org
tasks:
pre-deploy: []
on-deploy: []
verbose_logging: true

7
.mage/config/general.yml Normal file
View File

@ -0,0 +1,7 @@
# global settings
name:
email:
notifications: false
logging: true
maxlogs: 30
ssh_needs_tty: false

2
.mage/logs/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

0
.mage/tasks/.gitignore vendored Normal file
View File