peterc (owner)
Fork Of
This gist is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are given this private URL.
Every gist with this icon (
) is private.
Every gist with this icon (
This gist is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Poor Man's Deploy
- Start a Sinatra server on port 4000
- GET / to that server triggers a
git pulland mod_rails restart - Hit port 4000 locally after pushing
Why?
We wanted a really, really simple way to deploy Hurl during the 2009 Rails Rumble.
1 2 3 4 5 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
1 2 3 4 5 6 7 |
|




