1
0
Fork 0
forked from deblan/gist
gist/.mage/config/environment/prod.yml.dist

29 lines
546 B
Plaintext
Raw Normal View History

2016-02-02 19:31:22 +01:00
# prod
# Rename this file to "prod.yml"
deployment:
user: gist
from: ./
to: /var/www/gist/
excludes:
- "*.svn"
- "*.git"
- "*.swp"
2017-04-24 01:16:22 +02:00
- "app/config/config.yml"
2016-02-02 19:31:22 +01:00
- "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