Fork me on GitHub
#leiningen
<
2016-03-25
>
ccann21:03:46

Hi everyone, I’m trying to release a project to clojars and I can’t figure out the gpg bit. I want to use environment variables and the lein tutorial says to put this in one of my “settings maps”:

:repositories [["releases" {:url ""
                            :username :env
                           :password :env}]]

ccann21:03:55

can anyone tell me what the url is for? url to the project I’m deploying? url to clojars?