-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[feature] add direct deployment of gitHub release assets capability #25
Comments
@duncdrum Now to receive a web-hook you should authenticate the https://github.com/claudius108/crypto-exist-java-lib has |
This user story / use-case has evolved a bit since it was opened. Several things happened:
This is especially interesting now since version 2 of the public repository allows only members of repo group to add packages. |
refs #59 |
Given the appropriate access rights a POST-request to |
With the use of webhooks it should be possible to automatically deploy an expath package to a running public-repo instance. This would primarily help exist-db team, but would be beneficial to users with their own public-repo instances, as long as they use github for development (gitlab and bintray could be added later).
The workflow would be something like this:
1.) Create a release on github and attach a
.xar
release-asset2.) webhook triggers a script in public repo
3) public repo downloads
.xar
file for deploymentThe text was updated successfully, but these errors were encountered: