frontend
frontend copied to clipboard
Include precompiled dist/ in releases
Any reason not to? Would make it a lot simpler for most to install the Frontend on web server
If you make a PR to automate this, sure :)
:) how are you currently deploying the releases? Fully manually? I guess enhancing the build github action to include a deployment shouldn't be more then a few lines. Wouldn't you do it like that?
Via the GitHub UI, which in turn creates a git tag (considered a "release"), which in turn triggers this GitHub action for the Docker image build:
https://github.com/owntracks/frontend/blob/9bb2edb78d5ea23a19a9e528b263a1555c0301eb/.github/workflows/docker.yml#L12-L16
We'd be interested in dist/
releases as well for Frontend installation in quicksetup.