.gitlab-ci.yml 258 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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