scttnlsn/dandelion

Specify Dev and Live server

Closed this issue · 1 comments

Is there a way to specify in the config file a dev and live server and then use something like dandelion deploy live for the live server or dandelion deploy dev for the dev server?
Wasn't sure if this was possible. Thanks!

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

There's some related discussion here: #96