Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-11 | scripts: add a script to deploy | Franck Cuny | 1 | -0/+10 | |
Remove the target from the Makefile, add a target to the flake configuration. | |||||
2022-05-11 | Dockerfile: update steps | Franck Cuny | 1 | -2/+2 | |
2022-05-11 | README: update documentation | Franck Cuny | 1 | -0/+4 | |
2022-05-11 | add a flake.nix to the repository | Franck Cuny | 4 | -0/+119 | |
2021-10-10 | config: add mpd-stats | Franck Cuny | 1 | -0/+2 | |
2021-09-09 | build: tag correctly the release | Franck Cuny | 1 | -4/+8 | |
The version was evaluated before the deploy was done, we need to get that information after running `flyctl deploy`. Annotate the tag since we're doing a release. Remove the argument `IMAGE_REF` since it's being ignored. | |||||
2021-08-14 | build: create user before setting workdir | Franck Cuny | 1 | -2/+2 | |
2021-08-14 | build: build the image before deploying | Franck Cuny | 1 | -1/+1 | |
2021-08-14 | build: trim the size of the Docker container | Franck Cuny | 1 | -3/+20 | |
Prior to this change, the size of the image was about 300MB: ``` ; docker images|grep fcuny/golang|grep days fcuny/golang.fcuny.net d07add42f21a69e2c057eae8492bbd599dc50082 9fd284c5d8ee 2 days ago 313MB fcuny/golan |