about summary refs log tree commit diff
path: root/users/fcuny/blog/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(blog): drop the flake configurationFranck Cuny2022-05-251-0/+6
| | | | | | There's no need to have multiple `flake.nix` in the repository. Make the blog part of the flake configuration at the root level of the repository, delete the one in the blog, and update the documentation.
* deploy: stop the flyctl agent at the endFranck Cuny2022-05-101-0/+2
| | | | | | | | | | | I ran into the following issue: ``` The agent failed to start with the following error log: 162022/05/11 02:38:11.375368 srv another instance of the agent is already running ``` I'm not sure this is the right approach, but it's a start.
* scripts: actually deploy to flyFranck Cuny2022-05-011-0/+2
|
* build: slowly moving to nixFranck Cuny2022-05-011-0/+10
Add a `flake.nix' configuration to pull the required dependencies and run the server. Remove a few targets from the Makefile and move the deployment part to a script.