From f1f4b722c2738b9ae75c1ab7ea686ec590fc0436 Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@fg4f.de>
Date: Mon, 18 Jan 2021 23:28:44 +0100
Subject: [PATCH] remove deploy stage and job

---
 .gitlab-ci.yml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 784d4db..bbc3ad0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ stages:
     - prepare
     - test
     - build
-    - deploy
     - release
 
 cache: &global_cache
@@ -54,20 +53,6 @@ build:
             - ds4
         expire_in: 1 week
 
-deploy:
-    image: ianayoung/rsync:latest
-    stage: deploy
-    dependencies:
-        - build
-    script:
-        - rsync --delete -az ./ds4/ rsync://${DEPLOYMENT_USER}@${DEPLOYMENT_SERVER}:${DEPLOYMENT_PATH}
-    environment:
-        name: production
-        url: https://vtt.f3l.de/
-    only:
-        - master
-    resource_group: production
-
 .release-template: &release-template
     stage: release
     before_script: