slipset / deps-deploy

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

Prints out a `nil` if no username is set. #39

Closed dharrigan closed 3 years ago

dharrigan commented 3 years ago

For deployments, if no username is set for the repository (especially for those that use role based authentication to AWS), the library prints out this:

Deploying foo.bar/worker-0.3.45 to repository releases as nil

If there is no username, it shouldn't print out a nil.

-=david=-