Commit afae642a authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Added missing rsync exe and specifying correct deps

parent 61768473
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ staging:testing:
    name: staging
    url: https://www.test.mittelab.org
  before_script:
    - apt-get update -qq
    - apt-get install -qq -yy rsync
    - pipenv install
  script:
    - pipenv run lektor deploy -O www --key "${DEPLOY_KEY}" --username "${DEPLOY_USER}" testing
@@ -37,10 +39,14 @@ deploy:production:
    name: deploy
    url: https://www.mittelab.org
  before_script:
    - apt-get update -qq
    - apt-get install -qq -yy rsync
    - pipenv install
  script:
    - pipenv run lektor deploy -O www --key "${DEPLOY_KEY}" --username "${DEPLOY_USER}" production
  only:
    - master
  when: manual
  dependencies:
    - build:lektor