production: script: - rsync -a ./mymodule/ /opt/simplesamlphp/modules/mymodule/ only: - master tags: - SSO testing: script: - rsync -a ./mymodule/ /opt/simplesamlphptest/modules/mymodule/ only: - testing tags: - SSO