2017 © Pedro Peláez
 

library magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

image

jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

  • Tuesday, July 24, 2018
  • by jalogut
  • Repository
  • 7 Watchers
  • 56 Stars
  • 1,130 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 23 Versions
  • 639 % Grown

The README.md

Magento 2 Deployer Plus

Build Status, (*1)

  • Reliable fully-automated deployments tool for Magento 2.
  • Zero downtime deployments on Magento versions >= 2.2
  • Automating your deployments is as easy as defining the servers where you want to deploy to.

Motivation

This project aims to offer a common solution for fully-automated deployments on all versions of Magento 2. This tool uses the well known Deployer and adds specific recipes for each Magento 2 version., (*2)

Important Features

  • Deployer code syntax
  • Super easy setup
  • Deploy to multiple servers
  • Zero Downtime (only Magento >= 2.2)
  • Build and Deploy artifacts (only Magento >= 2.2)
  • Secure rollbacks (only Magento >= 2.2)

Installation

composer require "jalogut/magento2-deployer-plus"

Setup

Magento >= 2.1

cp <vendor_dir>/jalogut/magento2-deployer-plus/deploy.php.sample_2_1 deploy.php

Magento >= 2.2

cp <vendor_dir>/jalogut/magento2-deployer-plus/deploy.php.sample_2_2 deploy.php

Magento >= 2.2.5

cp <vendor_dir>/jalogut/magento2-deployer-plus/deploy.php.sample_2_2_5 deploy.php

Usage

Git deploys:

<bin_dir>/dep deploy [<stage>]

Build artifact deploys: (only Magento >= 2.2)

<bin_dir>/dep build
<bin_dir>/dep deploy-artifact [<stage>]

Disclaimer

Build command

Build command can only be used if config propagation is properly configured. See Magento DevDocs:, (*3)

Also check app:config:dump issue and workaround here:, (*4)

Troubleshooting

Js translations missing (magento versions >=2.1.3 <2.2.1)

  • Problem: Known Magento issue when executing setup:static-content:deploy for several languages., (*5)

  • Github Issues:, (*6)

  • Solution: Until that gets fixed in 2.2.1, the only workaround is to execute setup:static-content:deploy individually for each language:, (*7)

    // deploy.php
    task('files:static_assets', '
        {{bin/php}} {{magento_bin}} setup:static-content:deploy en_US {{static_deploy_options}}
        {{bin/php}} {{magento_bin}} setup:static-content:deploy de_CH {{static_deploy_options}}
        {{bin/php}} {{magento_bin}} setup:static-content:deploy fr_FR {{static_deploy_options}}
    ');
    

Compilation error

  • Solution: Increase php memory_limit configuration to 728M o 1024M

Static deploy error when setting a new template (if config propagation is not used)

  • Problems:
    • [LogicException] Unable to load theme by specified key: 'Template'
    • @variable is undefined in file
  • Reason: If a new template is set, running setup:upgrade is required before executing setup:static-content:deploy
  • Solution: Skip setup:static-content:deploy first time you deploy the new template:, (*8)

    1. Temporary disable task files:static_assets, (*9)

      // deploy.php
      task('files:static_assets')->onRoles('Skip');
      
    2. Perform a new release, (*10)

    3. Enable back files:static_assets on your deploy.php file, (*11)

      • Remove task('files:static_assets')->onRoles('Skip');
    4. Manually execute files:static_assets, (*12)

      <bin_dir>/dep files:static_assets [<stage>]
      

    After that, future deployments will work without issues, (*13)

Prerequisites

  • PHP >= 7.0.8
  • MAGENTO >= 2.1

ChangeLog

CHANGELOG.md, (*14)

Developers

Licence

GNU General Public License, version 3 (GPLv3), (*15)

(c) Juan Alonso juan.jalogut@gmail.com, (*16)

The Versions

24/07 2018

dev-master

9999999-dev

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

24/07 2018

dev-develop

dev-develop

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

24/07 2018

2.2

2.2.0.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

12/07 2018

2.1

2.1.0.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

05/07 2018

dev-fix-shared-caches

dev-fix-shared-caches

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

03/07 2018

dev-update-require-path

dev-update-require-path

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

03/07 2018

2.0

2.0.0.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

29/06 2018

1.1.3

1.1.3.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

29/06 2018

dev-fixes-improvements

dev-fixes-improvements

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

22/05 2018

1.1.2

1.1.2.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Juan Alonso

deployment magento2 deploy tool deployer

05/04 2018

1.1.1

1.1.1.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

04/04 2018

1.1

1.1.0.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

04/04 2018

1.0.8

1.0.8.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

04/04 2018

1.0.7

1.0.7.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

02/04 2018

1.0.6

1.0.6.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

01/04 2018

1.0.5

1.0.5.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

27/03 2018

1.0.4

1.0.4.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

27/03 2018

1.0.3

1.0.3.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

21/03 2018

1.0.2

1.0.2.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

20/03 2018

1.0.1

1.0.1.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

05/03 2018

1.0

1.0.0.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

26/02 2018

0.2

0.2.0.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer

25/02 2018

0.1

0.1.0.0

Magento 2 deployment tool based on deployer.org

  Sources   Download

GPL-3.0

The Requires

 

by Juan Alonso

deployment magento2 deploy tool deployer