Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victoire/capistrano-victoire
Victoire's capistrano tasks 🚀
https://github.com/victoire/capistrano-victoire
capistrano capistrano-plugins capistrano-tasks victoire
Last synced: about 1 month ago
JSON representation
Victoire's capistrano tasks 🚀
- Host: GitHub
- URL: https://github.com/victoire/capistrano-victoire
- Owner: Victoire
- License: mit
- Created: 2017-03-31T12:59:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T08:05:53.000Z (over 6 years ago)
- Last Synced: 2024-04-15T04:19:22.611Z (8 months ago)
- Topics: capistrano, capistrano-plugins, capistrano-tasks, victoire
- Language: Ruby
- Size: 7.81 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# capistrano-victoire
Capistrano tasks used to deploy Victoire based projects.
## Install
```ruby
#add this line in your Gemfile
gem 'capistrano-victoire'
``````ruby
#add this line in your Capfile
require 'capistrano/victoire'
```
Then run
```shell
bundle install
#or bundle update
```## Workflow
The default capistrano workflow is used with the addition of theses tasks.
```ruby
after 'symfony:assets:install', 'victoire:assets:fetch'
after 'deploy:updated', 'victoire:viewReference:generate'
after 'deploy:updated', 'bazinga:js_translation:dump'
after 'deploy:updated', 'fos:js_routing:dump'
after 'deploy:updated', 'victoire:widget:generateCss'
```