deploy-config ( vocab -- assoc )
Factor handbook » Developer tools » Application deployment » Preparing to deploy an application » Deployment configuration

Prev:default-config ( vocab -- assoc )
Next:set-deploy-config ( assoc vocab -- )


Vocabulary
tools.deploy.config.editor

Inputs
vocaba vocabulary specifier


Outputs
assocan assoc


Word description
Loads a vocabulary's deployment configuration from the deploy.factor file in the vocabulary's directory. If the file does not exist, the default-config is output.

Definition