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

Prev:deploy-config ( vocab -- assoc )
Next:set-deploy-flag ( value key vocab -- )


Vocabulary
tools.deploy.config.editor

Inputs
assocan assoc
vocaba vocabulary specifier


Outputs
None

Word description
Stores a vocabulary's deployment configuration to the deploy.factor file in the vocabulary's directory.

Definition