Skip to content

Releases: deployphp/deployer

Deployer 3.0.7

14 Aug 08:03
Compare
Choose a tag to compare

Note: Please update to version 3.0.9 to fix problem default timeout value for phpseclib. #435

In this release:

  • Updated version constraints of dependency packages #339, #428, #375
  • Updated git clone faster with git cache or shallow clone #346, #352
  • Updated docs and build script #364, #365, #367
  • Switched coding style to follow PSR-2 standard and add StyleCI check #360, #362, #366, #369
  • Added support forward agent feature when using ext-ssh2 #388
  • Added ability to enable ssh config via serverList yaml functionality. #417
  • Added default stage support #401
  • Added creating the deployment path if it doesn't exist #403
  • Added env parsing path when using upload and download function #390
  • Fixed wrong agent forwarding implementation #393, #428
  • Fixed add env variable to composer #400

Deployer 3.0.6

12 Jun 16:55
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix uploading function

Deployer 3.0.2

25 May 02:48
Compare
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
Compare
Choose a tag to compare

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

Deployer 3.0.0

14 May 12:07
Compare
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
Compare
Choose a tag to compare

Fix installing vendors with new version of Composer.

Deployer 3.0.0 BETA 5

20 Feb 15:19
Compare
Choose a tag to compare
Deployer 3.0.0 BETA 5 Pre-release
Pre-release

Now with parallel execution! --parallel

photo