From 066d8aa615f3b2f2b46b858c8515cb3da4b0175e Mon Sep 17 00:00:00 2001 From: Nicholas Kariniemi Date: Fri, 10 Oct 2014 19:56:01 +0000 Subject: [PATCH] Remove unused Procfile, delete generate js on deploy --- Procfile | 1 - deploy.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Procfile diff --git a/Procfile b/Procfile deleted file mode 100644 index d9543aa..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: java $JVM_OPTS -cp target/grub-standalone.jar clojure.main -m grub.core --port $PORT production diff --git a/deploy.sh b/deploy.sh index e6a49f4..1f4a9bd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,6 @@ #!/bin/bash +rm -rf target git pull lein cljx lein cljsbuild once prod