gitlab-ci: remove testing stuff

This commit is contained in:
Johannes Loher 2020-12-28 00:15:53 +01:00
parent 5bf23c875c
commit f9270a3997

View file

@ -14,14 +14,6 @@ cache: &global_cache
paths:
- .npm/
mytest:
image: ianayoung/rsync:latest
stage: mytest
before_script:
- chmod 600 $DEPLOYMENT_PASSWORD
script:
rsync -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
lint:
stage: test
before_script:
@ -58,7 +50,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}:${DEPLOYMENT_PATH}
environment:
name: production
url: https://vtt.f3l.de/