Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify Dev and Live server #155

Closed
ghost opened this issue Dec 23, 2015 · 1 comment
Closed

Specify Dev and Live server #155

ghost opened this issue Dec 23, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 23, 2015

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!

@scttnlsn
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant