patric-boehner
8/9/2016 - 11:47 AM

Deploying to Multiple Environments with Dandelion Deploy

Deploying to Multiple Environments with Dandelion Deploy

You can create a separate config file for each environment and then deploy to each by running:

dandelion --config=dandelion-dev.yml deploy
dandelion --config=dandelion-live.yml deploy

Refrance: