Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
Add correct deploy file.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 17, 2012
1 parent ffdecaf commit 290ef5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/deploy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh

git pull && \
sudo killall thin && \
thin start -C thin.yml
pkill ruby && \
thin start -C thin.yml && \
RAILS_ENV=production script/delayed_job restart

0 comments on commit 290ef5b

Please sign in to comment.