2017 © Pedro Peláez
 

library m2-deploy-recipe

Deployer Recipe for Magento 2

image

wearejh/m2-deploy-recipe

Deployer Recipe for Magento 2

  • Tuesday, June 26, 2018
  • by mikeymike
  • Repository
  • 8 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • -9 % Grown

The README.md

M2 Deploy Recipe

Setup

Deployer Configuration

Create a new file deploy.php in the project root (if it does not already exist), (*1)

In this file add the contents below and edit/add the host/s as required, (*2)

<?php

namespace Deployer;

require 'recipe/mage.php';

host('server.hostname')
    ->port(22)
    ->stage('dev')
    ->user('www-data')
    ->set('branch', 'develop')
    ->set('keep_releases', 1)
    ->set('deploy_path', '/some/deploy/path')

The Versions

26/06 2018

dev-master

9999999-dev

Deployer Recipe for Magento 2

  Sources   Download

MIT

The Requires

 

10/02 2018

dev-feature/rewrite

dev-feature/rewrite

Deployer Recipe for Magento 2

  Sources   Download

MIT

The Requires