Skip to content

Commit

Permalink
prepare config for auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed May 16, 2012
1 parent 37a102a commit ac33dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git_post_receive_url: foo
git_post_receive_url: generate


2 changes: 1 addition & 1 deletion server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The project root directory
$root = ::File.dirname(__FILE__)

post /##git_post_receive_url##/ do
post /generate/ do
generate
end

Expand Down

0 comments on commit ac33dc6

Please sign in to comment.