From 417efae16ebb515c02ca8f3941bf8e30fd8f30a6 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 8 Oct 2019 13:53:22 +0300 Subject: [PATCH] Use deployment creds provided by the environment if available --- project.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.clj b/project.clj index 9ea8c72..3cd22f4 100755 --- a/project.clj +++ b/project.clj @@ -9,6 +9,8 @@ :source-paths ["src"] :deploy-repositories [["clojars" {:url "https://clojars.org/repo" + :username :env/clojars_username + :password :env/clojars_password :sign-releases false}]] :aliases {"all" ["with-profile" "dev"]}