diff options
author | Aspen Smith <root@gws.fyi> | 2023-11-06T21·02-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-11-06T21·17+0000 |
commit | edea6dadddbc8d8484d5790dd3aed787630b8258 (patch) | |
tree | 5ecdf220df5a91cdf9bb4bbe51ac7cfc519e6b4f /users/grfn/web/shell.nix | |
parent | 97b63a84685442aebc859d1eec6efc094a810119 (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 'users/grfn/web/shell.nix')
-rw-r--r-- | users/grfn/web/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/web/shell.nix b/users/grfn/web/shell.nix index 846bdb6677a3..7e7fccdc939c 100644 --- a/users/grfn/web/shell.nix +++ b/users/grfn/web/shell.nix @@ -3,7 +3,7 @@ mkShell { buildInputs = [ awscli gnumake - letsencrypt tarsnap + certbot ]; } |