Skip to content

Commit

Permalink
Merge pull request #230 from hootsuite/website-upload
Browse files Browse the repository at this point in the history
Use specific profile when updating website
  • Loading branch information
lkysow authored Jan 14, 2018
2 parents 5abc367 + a393295 commit 2b26dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
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 2b26dbb

Please sign in to comment.