-
Notifications
You must be signed in to change notification settings - Fork 19
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
A deployer library #141
Comments
Yes please! |
1 similar comment
Yes please! |
@patricoferris did you make any progress on this? Having re-usable components for deployer is a great idea. |
Unfortunately not far beyond re-implementing most of the One really great feature would be private GitHub repository support, which I think such a deployer library would need. I'll add my voice to that issue if I can find (and if it exists, I think it does) |
Yes such an issue exists on both OCaml-CI and now on ocurrent. I had a
rough POC working using tokens last year but I’ve not had time to look at
it since.
…On Tue, 7 Feb 2023 at 9:48 am, Patrick Ferris ***@***.***> wrote:
Unfortunately not far beyond re-implementing most of the build.ml file (I
used records instead of first-class modules) and then providing some docker
helper functions (including a docker-compose-based CI). But not much beyond
what could be extracted here.
One really great feature would be private GitHub repository support, which
I think such a deployer library would need. I'll add my voice to that issue
if I can find (and if it exists, I think it does)
—
Reply to this email directly, view it on GitHub
<#141 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJXOITQKGOICY2KVQZIWTWWF5UJANCNFSM6AAAAAAQGWQGXY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I've been building a (private) deployer and have ended up re-using a lot of components from
ocurrent-deployer
. I was wondering if there was any interest (or perhaps even some preliminary work :)) on extracting some of the reusable components into a publishablecurrent_deployer
library. In particular, things like https://github.com/ocurrent/ocurrent-deployer/blob/master/src/build.ml ?The text was updated successfully, but these errors were encountered: