Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ref(tools/govanity): moved back to its own repository | Franck Cuny | 2022-10-08 | 1 | -30/+0 |
| | | | | It's back at https://github.com/fcuny/govanity | ||||
* | Dockerfile: update steps | Franck Cuny | 2022-05-11 | 1 | -2/+2 |
| | |||||
* | build: create user before setting workdir | Franck Cuny | 2021-08-14 | 1 | -2/+2 |
| | |||||
* | build: trim the size of the Docker container | Franck Cuny | 2021-08-14 | 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/golang.fcuny.net ca3dd083f8d6642821781ce03829713524322bbe 8104afadfd1f 2 days ago 313MB ``` With this change, we're reducing the image to less than 10MB: ``` fcuny/golang.fcuny.net 19b3dccc1ff31534df3636d4d7d6a28c0ae1e189 c9ae35574f8e 24 seconds ago 9.09MB ``` Since there's storage and bandwidth involved in this process, there's no point in not going for a smaller image. | ||||
* | build: deploy to fly | Franck Cuny | 2021-08-12 | 1 | -0/+13 |
Don't deploy to Google App anymore, but use fly.io instead. Add steps to the Makefile to build a docker image, and to deploy the application to fly.io. |