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:
|
paths:
|
||||||
- .npm/
|
- .npm/
|
||||||
|
|
||||||
mytest:
|
|
||||||
image: ianayoung/rsync:latest
|
|
||||||
stage: mytest
|
|
||||||
before_script:
|
|
||||||
- chmod 600 $DEPLOYMENT_PASSWORD
|
|
||||||
script:
|
|
||||||
rsync -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -58,7 +50,7 @@ deploy:
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
script:
|
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:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
url: https://vtt.f3l.de/
|
url: https://vtt.f3l.de/
|
||||||
|
|
Loading…
Reference in a new issue