Update deploy script

This commit is contained in:
Nicholas Kariniemi 2014-10-06 18:47:11 +00:00
parent e3eb2639cc
commit f0e16817b5

View file

@ -1,9 +1,6 @@
#!/bin/bash
git branch -D deploy
git checkout -b deploy
git pull
lein cljx
lein cljsbuild once prod
git add --force public/js/grub.min.js
git commit -m "Add client code for Heroku deployment"
git push --force heroku deploy:master
git checkout master
lein run prod