diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32eea805286715f7135399e04ad94d7edf12b9ea..89e15d75dbd4e71c3cb288e22df474040bd66ef3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ production: script: - - rsync -a ./mymodule/ /data/simplesamlphp/modules/mymodule/ + - rsync -a ./mymodule/ /opt/simplesamlphp/modules/mymodule/ only: - master tags: @@ -8,7 +8,7 @@ production: testing: script: - - rsync -a ./mymodule/ /data/simplesamlphptest/modules/mymodule/ + - rsync -a ./mymodule/ /opt/simplesamlphptest/modules/mymodule/ only: - testing tags: