Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
A deployment tool written in PHP with support for popular frameworks out of the box
PHP
Branch: master
Clone or download
Fahani and antonmedv Update symfony4.php (#1907)
The .env and .env.<environment> files should be committed to the shared repository because they are the same for all developers and machines. However, the env files ending in .local (.env.local and .env.<environment>.local) should not be committed because only you will use them. In fact, the .gitignore file that comes with Symfony prevents them from being committed.

https://symfony.com/doc/current/configuration.html#managing-multiple-env-files
Latest commit 62db938 Aug 16, 2019

README.md

Deployer

Build Status Code Quality Code Quality Total Downloads Latest Stable Version License

A deployment tool written in PHP with support for popular frameworks out of the box

See deployer.org for more information and documentation.

Features

  • Simple setup process and a minimal learning curve
  • Ready to use recipes for most frameworks
  • Parallel execution without extensions
  • Something went wrong? Rollback to the previous release
  • Agentless, it's just SSH
  • Zero downtime deployments

Contributing

Read the contributing guide, join the discussions, take a look on open issues

good+for+beginner advanced+level

Maintainers

See also the list of contributors who participated in this project.

Sponsorship

Development of the Deployer generously supported by contributions from individuals and corporations. If you are benefiting from Deployer and would like to help keep the project financially sustainable, please visit Anton Medvedev's Patreon page or contact him via email

Top Supporters

See a full list of sponsors.

License

Licensed under the MIT license.

You can’t perform that action at this time.