Skip to content

Releases: deployphp/deployer

v7.0.2

10 Sep 07:44
Compare
Choose a tag to compare

This release contains small improvements:

  • Better error messages.
  • Keeps release folder after unsuccessful deploy.
  • Removed Levenshtein config check.

v7.0.1

28 Aug 16:54
Compare
Choose a tag to compare

What's Changed

  • Fixed Caddy installation by @gizamichal in #3274
  • Changed python to python-is-python3 in package list by @kishan93 in #3233
  • Laravel: Added octane tasks in laravel recipe by @luigel in #3076
  • Magento2: Added var/page_cache as writable_dirs by @gizamichal in #3202
  • Contrib: Generate random crontab tmp path by @hdumazeau in #3068

New Contributors

Full Changelog: v7.0.0...v7.0.1

v6.9.0

16 Aug 22:13
c4380ef
Compare
Choose a tag to compare

Deployer v6 with php8 support.

v7.0.0

26 Jul 22:24
Compare
Choose a tag to compare

At last! It Is Done!

🎁 👏 🥳 Deployer v7 release! 🎉 🍾 🥂



Deployer Screenshot

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


After more than 2 years of development, with contributions from 63 people, and the kind support of sponsors, I'm glad to present you with a brand new version of Deployer!

The v7 branch saw 40 betas, 9 RCs, with thousands of projects already using Deployer v7 in their production deployment.

One of the biggest changes is a new provision recipe. The provision recipe can automatically install and configure any VPS for running your PHP application. It will install webserver, SSL, PHP, Redis, node, etc. Everything that is needed to run any PHP application in production.

Getting Started

composer require deployer/deployer

v7.0.0-rc.9

24 Jul 11:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0-rc.8...v7.0.0-rc.9

v7.0.0-rc.8

22 Mar 14:32
Compare
Choose a tag to compare
  • Refactored ssh client and host connection option.
  • Added Postgres db provisioning.
  • Added username in deploy:lock error message (#3046)
  • Added configurable themes to Magento2 (#3047)

v7.0.0-rc.7

18 Mar 22:52
Compare
Choose a tag to compare
  • Renamed dep back to deployer.phar.
  • Added better completion support.

v7.0.0-rc.6

17 Mar 20:33
Compare
Choose a tag to compare
  • Rename bin deployer.phar to dep.

v7.0.0-rc.5

17 Mar 20:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0-rc.4...v7.0.0-rc.5

v7.0.0-rc.4

13 Jan 13:48
Compare
Choose a tag to compare

Two noticeable changes:

  • Fixed lots of bugs related to repository parsing.
  • Deleted auto-detection of project-local deployer installation (Global dep binary no longer can find and redirect call to project-local bin/dep).

This release contains lots of fixes:
#2886 #2841 #2836 #2837 #2835 #2831 #2830 #2793 #2808 #2755 #2767 #2779 #2789 #2785 #2777 #2776 #2850 #2852
As well as lots of cleanups and docs improvements.