Performs a remote deploy of the project's configured artifact through deps-deploy.
clojure -T:project deploy
:exoscale.project/deploy?
: must be set to true for a deploy task to target a module or the root:slipset.deps-deploy/exec-args
: Exec arguments for deps-deploy.
Note that by default if pushing to object storage, an Exoscale SOS bucket is assumed.
When a :exoscale.project/modules
key is present in the project's
configuration, runs through all configured module to call the
deploy
target instead of running on the project.