Skip to content

Commit

Permalink
Use specific profile when updating website
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Jan 14, 2018
1 parent 5abc367 commit a393295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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/

0 comments on commit a393295

Please sign in to comment.