Create script to auto-deploy with retries
This commit is contained in:
parent
e3cacda356
commit
6a745892a4
12 changed files with 176 additions and 48 deletions
|
@ -19,11 +19,13 @@
|
|||
"*.toml"
|
||||
]
|
||||
++ [
|
||||
".envrc"
|
||||
"robots.txt"
|
||||
".vscode/*"
|
||||
"nixos-modules/system/etc/*"
|
||||
"private"
|
||||
"private/*"
|
||||
|
||||
".envrc"
|
||||
"robots.txt"
|
||||
];
|
||||
formatter.jsonfmt.excludes = [ ".vscode/*.json" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue