gitlab-ci: correctly sync folder in deployment

This commit is contained in:
Johannes Loher 2020-12-27 19:34:06 +01:00
parent 8ae067bcec
commit 60157e2f09

View file

@ -48,7 +48,7 @@ deploy:
dependencies:
- build
script:
- rsync --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:
name: production
url: https://vtt.f3l.de/