Commit 90fe020e authored by Justin Weber's avatar Justin Weber
Browse files

Update .gitlab-ci.yml file

parent 73fc405f
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -31,12 +31,9 @@ deploy:docs:
  needs: ['docs:userguide']
  image: amazon/aws-cli:latest
  variables:
    DOC_HOME: ${CI_PROJECT_DIR}/doc-staging
    DOC_HOME: ${CI_PROJECT_DIR}/docs
  script:
    - mv docs ${DOC_HOME}
    - cd ${DOC_HOME}
    - ls
#    - s3 sync ${DOC_HOME} s3://exa-doc/user-manual/latest --acl public-read
    - s3 sync ${DOC_HOME} s3://exa-doc/user-manual/latest --acl public-read
  dependencies:
    - docs:userguide
  except: