@newlandsvalley
The idea would be to have the app rebuilt and deployed to GitHub Pages on every commit to master via the CI pipeline.
You can use your current domain of tradtunedb.org.uk and the SSL would probably be handled automatically for you so that you have https configured without having to worry about setting it up yourself or renewing with the certificate authority.
I currently have this set up on SourceHut for this website: https://whereis.みんな/
This is the deploy script for that website: https://git.sr.ht/~whereiseveryone/website/tree/master/item/.build.yml
What do you think?
@newlandsvalley
The idea would be to have the app rebuilt and deployed to
GitHub Pageson every commit tomastervia the CI pipeline.You can use your current domain of
tradtunedb.org.ukand the SSL would probably be handled automatically for you so that you havehttpsconfigured without having to worry about setting it up yourself or renewing with the certificate authority.I currently have this set up on SourceHut for this website: https://whereis.みんな/
This is the deploy script for that website: https://git.sr.ht/~whereiseveryone/website/tree/master/item/.build.yml
What do you think?