wucdbm / deployer-symfony-recipe
A Highly Opinionated Symfony3/4 Deployer Recipe
Installs: 5 983
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- deployer/deployer: >=7.0-beta
README
See deploy.sample.php, copy it to your project, modify & enjoy
You should always add your symfony_env
, and optionally set the type
to tag
someServer: type: (branch|tag) symfony_env: test
Versions
Versions always follow deployer/deployer
and are compatible with the respective major.minor version.
Opcache Clear
For cgi-fcgi (used by the opcache clear script) to work, the below package needs to be installed on Ubuntu-based systems
apt-get install libfcgi0ldbl
TODOs
- Slack or System message upon failure