-
Notifications
You must be signed in to change notification settings - Fork 79
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
Build and publish example projects in CI #212
Comments
How would we host the signalling server? |
For a couple of other projects, I use a setup that watches a docker register and redeploys a compose stack on new images. Setting it up for matchbox server as well should be quite easy. |
Ah, should've been more specific with this one, do we have hardware available to deploy the server on? |
yeah, I have a vps that always pulls and runs the latest image for each tag. So if we can just package and publish the html, we're there. |
Sweet, can throw that together over the weekend |
It would be nice if we built and published the bevy_ggrs example when merging to main and/or tagging.
Could perhaps use github pages for hosting.
To actually build and bundle the app we could use something like an xtask approach, at least that's what I've done on my other private projects, and I'm fairly happy with it: https://github.com/matklad/cargo-xtask
The text was updated successfully, but these errors were encountered: