-
Notifications
You must be signed in to change notification settings - Fork 96
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
coupled to git #23
Comments
Hmmm, I can certainly see the benefit, but most of the app's use cases are directly tied to the idea of having a repo -- checking out clean code, building, etc. A move to decouple git would be a pretty big shift in how the app operates, though it's a shift I've been contemplating. We'd likely want to move to the approach of storing a Concrete file in the project's directory with configuration options for SCM, build runners, pre-build runners, completion runners, etc. It'd certainly be a non-backwards compatible change and require new steps to setup a Concrete server. Would anyone be for/against this kind of approach? As for the workaround flag, I'm not sure we'd be able to provide something like |
It's a great shift IMO, git has nothing to do with deploys at all |
I don't think having a file to config concrete would be a bad thing concrete.json
|
it would be great if this was not coupled to git, maybe just provide
--run "make test"
etcThe text was updated successfully, but these errors were encountered: