wucdbm/deployer-symfony-recipe

A Highly Opinionated Symfony3/4 Deployer Recipe

v7.0.0-beta1 2021-02-12 00:30 UTC

This package is auto-updated.

Last update: 2024-04-12 07:01:37 UTC


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