gitlab-ci: fix
This commit is contained in:
parent
04dc11d303
commit
52a724ca89
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ deploy:
|
|||
dependencies:
|
||||
- build
|
||||
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:
|
||||
name: production
|
||||
url: https://vtt.f3l.de/
|
||||
|
|
Loading…
Reference in a new issue