mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 10:38:57 +02:00
[Nostromo] Docs
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
magephp:
|
||||
environments:
|
||||
production:
|
||||
user: app
|
||||
branch: test
|
||||
host_path: /var/www/test
|
||||
releases: 4
|
||||
exclude:
|
||||
- vendor
|
||||
- app/cache
|
||||
- app/log
|
||||
- web/app_dev.php
|
||||
hosts:
|
||||
- webserver1
|
||||
- webserver2
|
||||
- webserver3
|
||||
pre-deploy:
|
||||
- git/update
|
||||
- composer/install
|
||||
- composer/generate-autoload
|
||||
on-deploy:
|
||||
- symfony/cache-warmup: { env: 'dev' }
|
||||
- symfony/assets-install: { env: 'dev' }
|
||||
- symfony/assetic-dump: { env: 'dev' }
|
||||
on-release:
|
||||
post-release:
|
||||
post-deploy:
|
||||
Reference in New Issue
Block a user