diff --git a/Makefile b/Makefile index a4dc29d2..51cf7cce 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,6 @@ generate-website-html: ## Generate HTML for website cd website/src && hugo -d ../html upload-website-html: ## Upload generated website to s3 - aws s3 rm s3://atlantis.run/ --recursive - aws s3 sync website/html/ s3://atlantis.run/ + aws --profile atlantiswebsite s3 rm s3://atlantis.run/ --recursive + aws --profile atlantiswebsite s3 sync website/html/ s3://atlantis.run/ rm -rf website/html/