All notable changes to this project will be documented in this file. This project adheres to WebDevOps.io Samson Deployment.
- Fixed ssh control path length for very long host names (see ansible/ansible#11536)
- Set default ansistrano deployment strategy to "rsync" instead of "symlink" to fix issues (see zendtech/ZendOptimizerPlus#126)
- Moved /app/db to /storage/db (make backup before update!)
- Added storage for npm and composer
- Implemented reading of samson project/group environment variables when using ansistrano
- Local tasks only run once for all affected hosts
- TYPO3 deployment support
- rsync excludes because of deployment issues
- MySQL support, switched to sqlite because of stability issues
- Added basic symfony 2 und 3 support
- Added support for prefetched ssh public keys (more secure)
- Added Makefile for common tasks
- Added
DEPLOYMENT_PROJECT
support
- Improved deployment README
- Renamed /opt/deployment to /opt/ansistrano
- Cleaned up etc/environment.yml
- Switched to Apache 2.0 license to match zendesk/samson license
- Updated README
Initial revision