about summary refs log tree commit diff
path: root/users/fcuny/notes/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(fcuny/notes): delete notesFranck Cuny2022-10-051-14/+0
| | | | The notes are at https://github.com/fcuny/notes.fcuny.net
* fix(scripts): no need to create tags when deploying to fly.ioFranck Cuny2022-06-101-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>
* ref(notes): drop flake.nixFranck Cuny2022-05-251-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.
* add a script to deploy the siteFranck Cuny2022-05-111-0/+14
Instead of using the Makefile, move the content to a script. This will be executed by drone later.