diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 784d4db6..bbc3ad05 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: