Skip to content

Commit

Permalink
Use deployment creds provided by the environment if available
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 8, 2019
1 parent f951568 commit 417efae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit 417efae

Please sign in to comment.