Update deploy script
This commit is contained in:
parent
e3eb2639cc
commit
f0e16817b5
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue