aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-05ref(fcuny/notes): delete notesFranck Cuny1-14/+0
The notes are at https://github.com/fcuny/notes.fcuny.net
2022-06-10fix(scripts): no need to create tags when deploying to fly.ioFranck Cuny1-8/+2
I don't need tags in this repository. There's no need to create them after a deploy. Before stopping the fly.io agent, checks that we're in the CI environment. Change-Id: I6208b70023c6ae74d58e535e24b44221956dbe63 Reviewed-on: https://cl.fcuny.net/c/world/+/408 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-25ref(notes): drop flake.nixFranck Cuny1-0/+6
There's no need to have a flake.nix for the notes, we can use the same mechanism as for the blog and resume. Add a README so I remember how to use this in the future.
2022-05-11add a script to deploy the siteFranck Cuny1-0/+14
Instead of using the Makefile, move the content to a script. This will be executed by drone later.