Skip to content

Commit

Permalink
fix(ONL-3723): Remove --delete option from deploy command (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
matallo authored Sep 12, 2019
1 parent 6b0f89c commit 56f424a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run:
name: Deploy to S3
command: |
aws s3 sync --acl public-read dist/ s3://${AWS_BUCKET} --delete --cache-control "max-age=31536000, public"
aws s3 sync --acl public-read dist/ s3://${AWS_BUCKET} --cache-control "max-age=31536000, public"
workflows:
version: 2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.4] - 2019-09-12
### Fixes
- Remove `--delete` option from deploy command.

## [1.6.3] - 2019-09-12
### Fixes
- Fix order for CI steps.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ebury/huha",
"description": "huha.js (Hyperactive Users Hint Analysis) is a JavaScript framework that measures the usability and user experience in an automated way, including the limitations of the model and the best practices.",
"version": "1.6.3",
"version": "1.6.4",
"repository": "github:Ebury/huha",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 56f424a

Please sign in to comment.