gitlab-ci: fix

This commit is contained in:
Johannes Loher 2020-12-27 20:56:24 +01:00
parent 04dc11d303
commit 52a724ca89

View file

@ -49,7 +49,7 @@ deploy:
dependencies: dependencies:
- build - build
script: script:
- rsync --password-file=DEPLOYMENT_PASSWORD --delete -az ./dist/ rsync://${DEPLOYMENT_USER}@${DEPLOYMENT_SERVER}.kruton.de:${DEPLOYMENT_PATH} - rsync --delete -az ./dist/ rsync://${DEPLOYMENT_USER}@${DEPLOYMENT_SERVER}.kruton.de:${DEPLOYMENT_PATH}
environment: environment:
name: production name: production
url: https://vtt.f3l.de/ url: https://vtt.f3l.de/