about summary refs log tree commit diff
path: root/users/grfn/web/shell.nix
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2023-11-06T21·02-0500
committerclbot <clbot@tvl.fyi>2023-11-06T21·17+0000
commitedea6dadddbc8d8484d5790dd3aed787630b8258 (patch)
tree5ecdf220df5a91cdf9bb4bbe51ac7cfc519e6b4f /users/grfn/web/shell.nix
parent97b63a84685442aebc859d1eec6efc094a810119 (diff)
feat(users/grfn/web): Purge cloudflare cache on deploy r/6969
Change-Id: Iebaff500bc7bbb92ff4344f185a3b446f9ce9eb9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9975
Autosubmit: grfn <grfn@gws.fyi>
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/grfn/web/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/web/shell.nix b/users/grfn/web/shell.nix
index 846bdb6677..7e7fccdc93 100644
--- a/users/grfn/web/shell.nix
+++ b/users/grfn/web/shell.nix
@@ -3,7 +3,7 @@ mkShell {
   buildInputs = [
     awscli
     gnumake
-    letsencrypt
     tarsnap
+    certbot
   ];
 }