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

Make it possible to check the result of PRs #66

Open
rom1504 opened this issue Mar 7, 2021 · 5 comments
Open

Make it possible to check the result of PRs #66

rom1504 opened this issue Mar 7, 2021 · 5 comments

Comments

@rom1504
Copy link
Member

rom1504 commented Mar 7, 2021

put html code in an artifact on PRs will allow testing before merging

@rom1504
Copy link
Member Author

rom1504 commented Mar 16, 2021

instead it could be nice to put the result in a subfolder in gh pages and post a message on the github issue to go to http://webclient.prismarine.js.org/PR_number/

this would need:

  • push to that folder on pr event
  • delete folder on pr closed/merged event
  • make sure not to fail due to concurrent push

@rom1504 rom1504 changed the title put html code in an artifact on PRs Make it possible to check the result of PRs Mar 16, 2021
@DeltaEvo
Copy link

Another solution could be to use a service that already has this feature like netlify, vercel, cloudflare pages, ...

@AwesomestCode
Copy link
Member

AwesomestCode commented Aug 25, 2021 via email

@DeltaEvo
Copy link

I don't think it's a big issue, because if the limit is exceeded it will juste make the pr preview unavailable.

If needed all of thoose services have open source plans

For netlify you can also not rely on build minutes if you use the github action https://github.com/netlify/actions, but it's more work

@zardoy zardoy mentioned this issue Sep 19, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants