-
Notifications
You must be signed in to change notification settings - Fork 21
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
Automatic activation of build should not depend on branch #71
base: master
Are you sure you want to change the base?
Conversation
- Staging server deploys staging branch and automatic activation will not work if automatic activation only work for master branch
Automatic activating only In my case we have different server for staging and production, staging server deploy In my opinion automatic activation should not depend on build branch. If you agree then I will change specs accordingly or if you know a better way to solve this problem then please let me know. Thanks. |
I think this is a good idea. @samselikoff thoughts? |
Hm, so As a step in the right direction, perhaps we could whitelist |
@samselikoff Hard coded branch names might create problem in future, may be someone needs to I think adding option to configure whitelist in application will be good start. |
Another option. We could keep automatic activation to master only, but allow for activation at deploy time on the cli side. This would be up to the cli client, so Ember would use:
I'm not sure I like this, maybe a whitelist of branches is better. Reason I'm not really a fan: it's one more thing you have to do after each deploy. Just wanted to throw out this option. |
Could also configure in On Mon, Nov 23, 2015 at 6:47 PM, Ryan T notifications@github.com wrote:
|
I liked the idea of configuring We can add option
We will send Does this sound good plan ? |
@samselikoff @ryanto Any update on this ? tedconf/ember-cli-front-end-builds#25 is also related to this. |
TED has shifted to React and will no longer maintain this application/library. If you wish to continue using this application/library, please create a pull request and repo ownership can be transferred. This repository will be archived at the end of 2022. |
will not work if automatic activation only work for master branch