Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1503 from concur/preview
Browse files Browse the repository at this point in the history
Added delete flag back to AWS s3 upload; Fixed #1486
  • Loading branch information
charlieconcur committed Aug 17, 2018
2 parents 007d1fd + 776dcf5 commit d630505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Expand Up @@ -26,8 +26,8 @@ deployment:
preview:
branch: preview
commands:
- aws s3 sync ./_site s3://preview-developer-concur-com --region us-west-2 --output text
- aws s3 sync ./_site s3://preview-developer-concur-com --delete --region us-west-2 --output text
livesite:
branch: livesite
commands:
- aws s3 sync ./_site s3://livesite-developer-concur-com --region us-west-2 --output text
- aws s3 sync ./_site s3://livesite-developer-concur-com --delete --region us-west-2 --output text

0 comments on commit d630505

Please sign in to comment.