Skip to content

Commit

Permalink
Laid out the basic steps for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgrouleff committed Sep 26, 2012
1 parent 6df4271 commit 854b625
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lib/wheelbarrow.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
require "wheelbarrow/version"

module Wheelbarrow
# Your code goes here...
# Deployment steps:
#
# Git pull from repo to deploy dir
#
# rake db:migrate
#
# asset precompiling
#
# restart unicorn
end

0 comments on commit 854b625

Please sign in to comment.