Skip to content

Commit

Permalink
Merge pull request #570 from NASA-IMPACT/develop
Browse files Browse the repository at this point in the history
Remove public acl and stop surge deploys
  • Loading branch information
danielfdsilva authored Jun 23, 2022
2 parents 5e3ae78 + ef86675 commit 855a05f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ jobs:
- aws-cli/install
- aws-s3/copy:
arguments: |
--recursive \
--acl public-read \
--cache-control "max-age=86400"
--recursive
from: /workspace/dist
to: 's3://covid-eo'
deploy-surge:
Expand Down Expand Up @@ -144,9 +142,9 @@ workflows:
filters:
branches:
only: master
- deploy-surge:
requires:
- build
filters:
branches:
only: /stage\/.*/
# - deploy-surge:
# requires:
# - build
# filters:
# branches:
# only: /stage\/.*/

0 comments on commit 855a05f

Please sign in to comment.