Create script to auto-deploy with retries

This commit is contained in:
Fabian Hauser 2025-04-12 20:39:55 +03:00
parent e3cacda356
commit 6a745892a4
12 changed files with 176 additions and 48 deletions

View file

@ -19,11 +19,13 @@
"*.toml"
]
++ [
".envrc"
"robots.txt"
".vscode/*"
"nixos-modules/system/etc/*"
"private"
"private/*"
".envrc"
"robots.txt"
];
formatter.jsonfmt.excludes = [ ".vscode/*.json" ];
};