This bundle is intended to help with Continuous Integration & Automated Deployments for Symfony-based projects.
Currently it supports Phing build tool, Jenkins CI server and Capifony deployment tool.
- general
- put a link to presentation
- add support for building bundles
- build
- add build tools to
require-dev
, don't use tools from pear build
target: add assetic:dump --env=prod- symfony security validator: display output from webservice if vulnerability was found
- add hphpa analysis
- add support for SensioLabs Insight (https://insight.sensiolabs.com/account)
- add build tools to
- deploy
- rollback docs
- custom CLI tasks during deployment via jenkins
- handling of running CLI/cron scripts
- execute
composer install --dry-run
and ``php app/check.php``during deployment to verify that environment is sane