netlify / build

Netlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI
https://docs.netlify.com/configure-builds/build-plugins/
MIT License
216 stars 54 forks source link

Rename `--featureFlags=triggerDeploy` to `--featureFlags=service_buildbot_enable_deploy_server` #1948

Closed ehmicky closed 3 years ago

ehmicky commented 3 years ago

See https://github.com/netlify/buildbot/issues/949#issuecomment-705155202

We should rename --featureFlags=triggerDeploy to --featureFlags=service_buildbot_enable_deploy_server because this is the name used in LaunchDarkly.

When doing the PR to upgrade @netlify/build in the buildbot with this new name, we should remember to also rename it in the CLI flag passed from @netlify/build to the buildbot.

ehmicky commented 3 years ago

Done at https://github.com/netlify/build/pull/1949