ember-cli-deploy/ember-cli-deploy

View on GitHub
node-tests/fixtures/config/deploy-postbuild.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function(environment) {
  var ENV = {};

  if (environment === 'development-postbuild') {
    ENV.pipeline = {
      activateOnDeploy: true
    };
  }

  return ENV;
};