An error occurred while loading the file. Please try again.
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 258 bytes
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