Skip to content

Commit

Permalink
chore: add deploy section to project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
carocad committed Aug 27, 2021
1 parent 4585cd6 commit 0af4783
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
[org.clojure/test.check "0.10.0"]]
:test-selectors {:default (fn [m] (not (some #{:benchmark} (keys m))))
:benchmark :benchmark}
:plugins [[jonase/eastwood "0.3.5"]]}})
:plugins [[jonase/eastwood "0.3.5"]]}}
;; deploy to clojars as - lein deploy releases
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]])

0 comments on commit 0af4783

Please sign in to comment.