From daaffa079693c4e50f77965a7be748e214937a55 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Wed, 11 Nov 2020 15:25:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml, test deployment new server --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1ad307..e3f1527 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ production: testing: script: - - rsync -a ./mymodule/ /var/simplesamlphptest/modules/mymodule/ + - rsync -a ./mymodule/ /data/simplesamlphptest/modules/mymodule/ only: - testing tags: -- GitLab