Mage removed from the project and the documentation

This commit is contained in:
Simon Vieille 2018-08-08 11:47:37 +02:00
parent 2b4625c9b4
commit ff4a592203
No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
5 changed files with 0 additions and 37 deletions

View File

View File

@ -1,28 +0,0 @@
# prod
# Rename this file to "prod.yml"
deployment:
user: gist
from: ./
to: /var/www/gist/
excludes:
- "*.svn"
- "*.git"
- "*.swp"
- "app/config/config.yml"
- "app/config/propel/"
- "app/propel/"
- "data/git"
- "deploy"
- "tags"
- "propel.yaml"
- "composer.lock"
- "composer.json"
- "bower.json"
- ".bowerrc"
hosts:
- gist.mycompany.com
tasks:
pre-deploy:
on-deploy:
post-deploy:
verbose_logging: true

View File

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

View File

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

View File