Commit 935bddf1 authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Removing file in the remote

parent 5a7b753c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@ staging:testing:
    name: staging
    name: staging
    url: https://www.test.mittelab.org
    url: https://www.test.mittelab.org
  script:
  script:
    - rsync -avz -e "ssh -p ${DEPLOY_PORT}" www/ "${DEPLOY_USER}@${DEPLOY_HOST}:subdomains/test/"
    - rsync -avz --delete -e "ssh -p ${DEPLOY_PORT}" www/ "${DEPLOY_USER}@${DEPLOY_HOST}:subdomains/test/"




deploy:production:
deploy:production:
@@ -48,7 +48,7 @@ deploy:production:
    name: deploy
    name: deploy
    url: https://www.mittelab.org
    url: https://www.mittelab.org
  script:
  script:
    - rsync -avz -e "ssh -p ${DEPLOY_PORT}" www/ "${DEPLOY_USER}@${DEPLOY_HOST}:www/"
    - rsync -avz --delete -e "ssh -p ${DEPLOY_PORT}" www/ "${DEPLOY_USER}@${DEPLOY_HOST}:www/"
  when: manual
  when: manual
  dependencies:
  dependencies:
    - build:lektor
    - build:lektor