aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/.drone.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-23ref(blog): remove unneeded files for the blogFranck Cuny1-23/+0
In a monorepo setup, the CI configuration is not used at this level of the tree, and the gitignore/envrc are not relevant.
2022-05-11sign the drone configurationFranck Cuny1-0/+6
2022-05-10i don't think it will workFranck Cuny1-1/+1
2022-05-10one more timeFranck Cuny1-2/+1
2022-05-10maybe this timeFranck Cuny1-1/+1
2022-05-10I'll get it right at some pointFranck Cuny1-1/+1
2022-05-10fix name of the branch for doneFranck Cuny1-1/+1
Delete the workflow for GitHub actions.
2022-05-10add drone configuration and cleanup nixFranck Cuny1-0/+18
Add a drone configuration to run the deploy on a push to the main branch. Cleanup the nix configuration to only keep support for `nix run` (which will run the hugo server).