gitlab-ci: remove testing stuff
This commit is contained in:
parent
5bf23c875c
commit
f9270a3997
1 changed files with 1 additions and 9 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue