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

Switch to pipeline.disabled from deprecated plugins #43

Merged

Conversation

typeoneerror
Copy link

@typeoneerror typeoneerror commented Jan 30, 2018

No description provided.

// only care about deploying index.html into redis in dev
ENV.pipeline = {
disabled: {
allExcept: ['redis']
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we need ['build', 'redis'] here. In my project just having ['redis'] seems to work.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likely only because you've previous built to the tmp/deploy-dist directory.

@typeoneerror typeoneerror force-pushed the deploy-blueprint-update branch from d61df8f to 0f1a0ba Compare January 30, 2018 05:54
// only care about deploying index.html into redis in dev
ENV.pipeline = {
disabled: {
allExcept: ['build', 'redis']
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Included build this time.

@lukemelia lukemelia merged commit 055e277 into ember-cli-deploy:master Jan 30, 2018
@lukemelia
Copy link
Collaborator

Thanks @typeoneerror!

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

Successfully merging this pull request may close these issues.

2 participants