Skip to content

Commit

Permalink
Adding a simple deploy script. For packaging everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlbarnes committed Jul 17, 2013
1 parent a6a31f3 commit df39aff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh
# Example Usage: sh deploy.sh v1.0.0

git clone [email protected]:ericbarnes/wardrobe.git wardrobe-deploy-$1
cd wardrobe-deploy-$1
rm -rf .git/
composer install --no-dev
rm -rf app/assets
rm -rf app/tests

0 comments on commit df39aff

Please sign in to comment.