commit 30bd347e8f7f39aea5665ffc932494f13f457fad from: Omar Polo date: Tue Aug 04 13:08:34 2020 UTC listen on 3030 instead of 3000 and add (deploy) as handy comment commit - ae3c987292afd9195c37d1ea0248589bfdf14d27 commit + 30bd347e8f7f39aea5665ffc932494f13f457fad blob - a5aedd498080e3abcb62e0844f37e9473de7794f blob + e51179b057330e969cefbf12c59e5c1fe25dc6fb --- src/blog/core.clj +++ src/blog/core.clj @@ -138,7 +138,7 @@ (jetty/run-jetty (-> (fn [_] {:status 404, :body "not found"}) (wrap-resource "out") (wrap-content-type)) - {:port 3000 + {:port 3030 :join? false}))) (defn clean @@ -171,4 +171,5 @@ (build) (serve) (stop-jetty) + (deploy) )