Skip to content

Commit

Permalink
Added release script to avoid painful messes
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jan 15, 2013
1 parent 7f70e42 commit 6eb39eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _bin/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

git checkout develop
git reset HEAD --hard
awestruct
awestruct --deploy -P production
git reset HEAD --hard
git checkout develop

0 comments on commit 6eb39eb

Please sign in to comment.