diff options
Diffstat (limited to 'users/grfn/gws.fyi')
-rw-r--r-- | users/grfn/gws.fyi/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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; |