From a279f75ea44ec9c85b01593c9a633bf0797c5e14 Mon Sep 17 00:00:00 2001 From: Keno Budde Date: Thu, 2 Apr 2020 19:16:22 +0200 Subject: [PATCH] removed cloudfront --- scripts/deploy-prod.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/deploy-prod.sh b/scripts/deploy-prod.sh index 8b7a380..81a9d50 100755 --- a/scripts/deploy-prod.sh +++ b/scripts/deploy-prod.sh @@ -1,5 +1,2 @@ #!/bin/sh ./scripts/update-route53.sh -#aws s3 sync ./__sapper__/export s3://$PROD_S3_BUCKET/ --acl public-read -#aws configure set preview.cloudfront true -#aws cloudfront create-invalidation --distribution-id $PROD_CLOUDFRONT_DISTRIBUTION --paths "/*"