Loading .gitlab-ci.yml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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: Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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: Loading @@ -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 Loading