frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Include precompiled dist/ in releases

Open atlib77 opened this issue 2 years ago • 4 comments

Any reason not to? Would make it a lot simpler for most to install the Frontend on web server

atlib77 avatar Sep 28 '22 06:09 atlib77

If you make a PR to automate this, sure :)

linusg avatar Sep 28 '22 08:09 linusg

:) 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?

atlib77 avatar Sep 28 '22 08:09 atlib77

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

linusg avatar May 23 '23 16:05 linusg

We'd be interested in dist/ releases as well for Frontend installation in quicksetup.

jpmens avatar Feb 04 '24 10:02 jpmens