about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/gws.fyi/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/grfn/gws.fyi/default.nix b/users/grfn/gws.fyi/default.nix
index ef3ef6c570..80ce78ccf3 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;