Commit 76b5e531 authored by Justin Weber's avatar Justin Weber
Browse files

remove --acl flag

parent 80b52178
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@ deploy:docs:
  variables:
    DOC_HOME: ${CI_PROJECT_DIR}/build
  script:
    - aws s3 sync ${DOC_HOME}/docs s3://exa-doc/user-manual/latest --acl public-read --delete
    - aws s3 sync ${DOC_HOME}/picvva s3://exa-doc/pic-vva/latest --acl public-read --delete
    - aws s3 sync ${DOC_HOME}/docs s3://exa-doc/user-manual/latest public-read --delete
    - aws s3 sync ${DOC_HOME}/picvva s3://exa-doc/pic-vva/latest public-read --delete
  dependencies:
    - docs:userguide
  except: