From 0faba1a268f5bad1d14931a501fd482fe3c2319a Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 12 Apr 2021 11:25:03 -0400 Subject: refactor(gws.fyi): Remove cloudfront invalidation step I'm not using cloudfront for gws.fyi anymore, so this invalidation step on deploy is pointless Change-Id: I153848666dc70acfc456b5dcf276bab2410c4716 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2946 Reviewed-by: grfn Tested-by: BuildkiteCI --- users/grfn/gws.fyi/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'users') diff --git a/users/grfn/gws.fyi/default.nix b/users/grfn/gws.fyi/default.nix index ef3ef6c57080..80ce78ccf3e0 100644 --- a/users/grfn/gws.fyi/default.nix +++ b/users/grfn/gws.fyi/default.nix @@ -22,9 +22,6 @@ let in (writeShellScript "deploy.sh" '' ${awscli}/bin/aws --profile personal s3 sync ${website}/ ${bucket} - ${awscli}/bin/aws --profile personal cloudfront create-invalidation \ - --distribution-id "${distributionID}" \ - --paths "/*" echo "Deployed to http://gws.fyi" '') // { inherit website; -- cgit 1.4.1