diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..b8f17cf05874981287ebe2f639dbde2ad37fc919 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,16 @@ +production: + script: + - rsync -a ./mymodule/ /data/simplesamlphp/modules/mymodule/ + only: + - deploy_master + tags: + - SSO + +testing: + script: + - rsync -a ./ /data/simplesamlphptest/modules/sqlauthbcrypt/ + only: + - deploy_testing + tags: + - SSO +