grub-fork/deploy.sh

7 lines
71 B
Bash
Raw Normal View History

2014-01-12 16:59:46 +00:00
#!/bin/bash
2014-10-06 18:47:11 +00:00
git pull
lein cljx
2014-01-12 16:59:46 +00:00
lein cljsbuild once prod
2014-10-06 18:47:11 +00:00
lein run prod