Skip to content
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

Open
johanhelsing opened this issue Apr 10, 2023 · 5 comments
Open

Build and publish example projects in CI #212

johanhelsing opened this issue Apr 10, 2023 · 5 comments
Labels
ci Only relevant for CI

Comments

@johanhelsing
Copy link
Owner

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

@johanhelsing johanhelsing added the ci Only relevant for CI label Apr 10, 2023
@garryod
Copy link
Collaborator

garryod commented Apr 16, 2023

How would we host the signalling server?

@johanhelsing
Copy link
Owner Author

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.

@garryod
Copy link
Collaborator

garryod commented Apr 17, 2023

Ah, should've been more specific with this one, do we have hardware available to deploy the server on?

@johanhelsing
Copy link
Owner Author

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.

@garryod
Copy link
Collaborator

garryod commented May 25, 2023

Sweet, can throw that together over the weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Only relevant for CI
Projects
None yet
2 participants