aboutsummaryrefslogtreecommitdiff
path: root/fly.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused configurationsFranck Cuny2023-08-141-41/+0
| | | | | | | | | | Remove the configuration for fly.io and the configuration for Caddy since I'm running this on GitHub pages now. Remove unused targets from the flake configuration and drop the pandoc dependency. The resume is just a web page accessible at [1]. [1] https://fcuny.net/resume.html
* ref(build): build and deploy with nixFranck Cuny2022-10-071-0/+1
| | | | | | | | | | | | Refactored the build of the docker image to be done with nix: the flake knows how to build the docker image, using caddy as a HTTP server. It generates a small image, with the configuration for caddy and the site generated by hugo (`nix build`). Deleted the Dockerfile since the creation is done with nix. Got rid of the deployment script since this is also done via the flake (`nix run .#deploy`).
* fly: add configuration for fly.ioFranck Cuny2021-06-201-0/+40