ubiedigital/deployer-recipes

deployer recipes

dev-master 2017-03-08 15:16 UTC

This package is auto-updated.

Last update: 2024-04-22 06:27:52 UTC


README

Installation

  • Install composer
curl -sS https://getcomposer.org/installer | php
  • Install this package via composer
php composer.phar require ubiedigital/deployer-recipes

Recipes

Local

  • local:shared

Local npm

  • local:npm-cache:install

Local bower

  • local:bower:install

Local gulp

  • local:gulp:build

Symfony

  • deploy:create_log_dir
  • doctrine:schema:drop
  • doctrine:schema:update
  • doctrine:fixtures:load
  • doctrine:migrations:migrate

Symfony local

  • local:assets:install
  • local:js-routing:dump