diff --git a/users/grfn/gws.fyi/default.nix b/users/grfn/gws.fyi/default.nix index ef3ef6c57..80ce78ccf 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;