Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steverandy/capistrano_recipes
https://github.com/steverandy/capistrano_recipes
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steverandy/capistrano_recipes
- Owner: steverandy
- Created: 2012-04-22T02:22:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T12:16:23.000Z (over 11 years ago)
- Last Synced: 2023-04-11T17:15:58.659Z (over 1 year ago)
- Language: Ruby
- Size: 182 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capistrano Recipes
Simple capistrano recipes for single server deployment.
Add capistrano_recipes as git submodule
$ git submodule add git://github.com/steverandy/capistrano_recipes.git vendor/capistrano_recipes
Load recipes from Capfile
load "vendor/capistrano_recipes/base"
load "vendor/capistrano_recipes/unicorn"
load "vendor/capistrano_recipes/remote"