Skip to content

Commit

Permalink
add capistrano files
Browse files Browse the repository at this point in the history
  • Loading branch information
noguchi999 committed Jun 6, 2012
1 parent e97f252 commit 2ba3ea9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -16,3 +16,9 @@

# Ignore all vendor/bundle
/vendor/bundle

# Ignore secret files
/config/facebook.yml
/config/initializers/secret_token.rb
/config/database.yml
/config/mongoid.yml
5 changes: 5 additions & 0 deletions Capfile
@@ -0,0 +1,5 @@
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
# load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks

0 comments on commit 2ba3ea9

Please sign in to comment.