do-deploy ( -- )


Vocabulary
tools.deploy.shaker

Inputs
None

Outputs
None

Definition


: do-deploy ( -- )
"output-image" get "vocab-manifest-out" get "deploy-vocab"
get "Deploying " write dup write "..." print
"deploy-config" get parse-file first (deploy) ;