From f9270a3997accf30bb7bb5b1dc096ffd444ed30d Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 28 Dec 2020 00:15:53 +0100 Subject: [PATCH] gitlab-ci: remove testing stuff --- .gitlab-ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4831f17e..86353bc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/