Skip to content

Commit

Permalink
Added deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Feb 2, 2012
1 parent 889e0f0 commit 790c143
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
@@ -0,0 +1,3 @@
cd src && slinky build -o ../pub
rm -rf ../pub/scripts

3 changes: 3 additions & 0 deletions config.ru
@@ -0,0 +1,3 @@
require './server'

run Sinatra::Application
3 changes: 3 additions & 0 deletions upload.sh
@@ -0,0 +1,3 @@
rsync -arvz -e ssh pub/ micahw.com:/var/www/hnhiring/pub
rsync -argz -e ssh server.rb micahw.com:/var/www/hnhiring/

0 comments on commit 790c143

Please sign in to comment.