Capistrano deployment example scripts

This commit is contained in:
Mike Wyatt 2013-02-20 00:13:18 -03:30
parent 6bc9249b38
commit bed500090e
2 changed files with 76 additions and 0 deletions

4
Capfile.example Normal file
View file

@ -0,0 +1,4 @@
load 'deploy'
load 'deploy/assets'
require 'bundler/capistrano'
load 'config/deploy'