-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Publish a versioned che-plugin-registry release to GitHub pages and surge.sh #19268
Comments
Currently looking at it. on:
workflow_run:
workflows: ["Release Che Plugin Registry"]
types:
- completed to publish after a release job. |
Could we not add the surge.sh publish step inside the |
We could. It would required installing surge in |
Since we plan to start using it in other places (i.e. devfiles) we should probably make sure it runs successfully, yes. IMO this means it that the release should fail if the surge.sh publish fails. Side note: we do not need to only publish to surge.sh, it might be a good idea to publish to GitHub pages as well. |
if we want to use in other places, better not relying on surge.sh. It has been down couple of times. Github pages sounds like a good option. |
Sounds good! 👍 |
Is your task related to a problem? Please describe.
Currently, we are only publishing a nightly che-plugin-registry release on surge.sh.
Describe the solution you'd like
It would be nice to publish a version at release time, for example:
and so on. This way we can reference versioned plugin registry releases in other places, like the devfile registry.
Describe alternatives you've considered
Publish to GitHub pages instead of surge.sh.
Additional context
Needed in order to enable community plugins and devfiles on Dev Sandbox.
The text was updated successfully, but these errors were encountered: