diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ded33c39746918a526760f1ff096d21f6186549..e1ad307b91973b47924923b40a6a450ded3d0ad5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ production: script: - - ls ./ + - rsync -a ./mymodule/ /var/simplesamlphp/modules/mymodule/ only: - master tags: @@ -8,7 +8,7 @@ production: testing: script: - - ls ./ + - rsync -a ./mymodule/ /var/simplesamlphptest/modules/mymodule/ only: - testing tags: