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: