slipset / deps-deploy

deploy your stuff
Eclipse Public License 1.0
149 stars 31 forks source link

Read username/password from env even when not using clojars #60

Closed kthu closed 1 year ago

kthu commented 1 year ago

Allows reading username and password from $CLOJARS_USERNAME and $CLOJARS_PASSWORD even when [:exec-args :repository] is set in the deps.edn alias.

If the user has defined several repositories for some reason, behaviour is somewhat unspecified; the first one returned by keys will be used (this mirrors the existing behaviour).

Fixes #59