Skip to content

Releases: deployphp/deployer

Deployer 3.0.6

12 Jun 16:55

Choose a tag to compare

  • Fix executing task with same name #331 #332
  • Use server date to release folder name instead of local machine date #338
  • Allow to run tasks without specify any server.
  • Fix composer installation issues.
  • Split stage strategy into separate class.

Deploy PHP Application

Deployer 3.0.5

09 Jun 15:24

Choose a tag to compare

  • #299 - If a password is not specified, then now the developer will be prompted for it,
  • Laravel5 support: Added .env as a shared file in the Laravel recipe,
  • #308 - Added a recipe to support FuelPHP,
  • #312 - Fixed an Ubuntu visual bug reported in issue #291,
  • #314 - Added a recipe to support CodeIgniter,
  • The deploy:vendors task now appends the composer_options env var to the command,
  • Added a roadmap with plans for the 3.1 and 3.2 releases.

Deployer 3.0.4

26 May 11:37

Choose a tag to compare

  • Fix parallel execution in phar archives (correct detecting deployer bin inside phar).

Deployer 3.0.3

26 May 07:03

Choose a tag to compare

  • Fix uploading function

Deployer 3.0.2

25 May 02:48

Choose a tag to compare

  • Add server environment variables
  • Add protected environment variables
  • Realtime output for runLocally
  • Fix Laravel recipe
  • Fix home path replace on Windows
  • Other small spelling fixes

Deployer 3.0.1

19 May 08:52

Choose a tag to compare

Fix some little issues, update Symfony recipe for Symfony3 directory structure.

Deployer 3.0.0

14 May 12:07

Choose a tag to compare

Brand new Deployer 3.0.0! ⭐ ✨ ✨
To upgrade from v2 run next:

dep self-update --upgrade

4c25213ddb6308f0eeab55eaeff252e1

Deployer 2.0.5

26 Feb 15:02

Choose a tag to compare

Fix installing vendors with new version of Composer.

Deployer 3.0.0 BETA 5

20 Feb 15:19

Choose a tag to compare

Deployer 3.0.0 BETA 5 Pre-release
Pre-release

Now with parallel execution! --parallel

photo

Deployer 3.0.0 BETA 4

17 Feb 10:05

Choose a tag to compare

Deployer 3.0.0 BETA 4 Pre-release
Pre-release

Composer installation is working again!