Skip to content

Commit 855a05f

Browse files
Merge pull request #570 from NASA-IMPACT/develop
Remove public acl and stop surge deploys
2 parents 5e3ae78 + ef86675 commit 855a05f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.circleci/config.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ jobs:
9393
- aws-cli/install
9494
- aws-s3/copy:
9595
arguments: |
96-
--recursive \
97-
--acl public-read \
98-
--cache-control "max-age=86400"
96+
--recursive
9997
from: /workspace/dist
10098
to: 's3://covid-eo'
10199
deploy-surge:
@@ -144,9 +142,9 @@ workflows:
144142
filters:
145143
branches:
146144
only: master
147-
- deploy-surge:
148-
requires:
149-
- build
150-
filters:
151-
branches:
152-
only: /stage\/.*/
145+
# - deploy-surge:
146+
# requires:
147+
# - build
148+
# filters:
149+
# branches:
150+
# only: /stage\/.*/

0 commit comments

Comments
 (0)