项目作者: Victoire

项目描述 :
Victoire's capistrano tasks 🚀
高级语言: Ruby
项目地址: git://github.com/Victoire/capistrano-victoire.git
创建时间: 2017-03-31T12:59:58Z
项目社区:https://github.com/Victoire/capistrano-victoire

开源协议:MIT License

下载


capistrano-victoire

Capistrano tasks used to deploy Victoire based projects.

Install

  1. #add this line in your Gemfile
  2. gem 'capistrano-victoire'
  1. #add this line in your Capfile
  2. require 'capistrano/victoire'

Then run

  1. bundle install
  2. #or bundle update

Workflow

The default capistrano workflow is used with the addition of theses tasks.

  1. after 'symfony:assets:install', 'victoire:assets:fetch'
  2. after 'deploy:updated', 'victoire:viewReference:generate'
  3. after 'deploy:updated', 'bazinga:js_translation:dump'
  4. after 'deploy:updated', 'fos:js_routing:dump'
  5. after 'deploy:updated', 'victoire:widget:generateCss'