Commit e64c16d9 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

test rsync in cicd

parent cf24b36e
Pipeline #603 passed with stage
in 1 second
production: production:
script: script:
- ls ./ - rsync -a ./mymodule/ /var/simplesamlphp/modules/mymodule/
only: only:
- master - master
tags: tags:
...@@ -8,7 +8,7 @@ production: ...@@ -8,7 +8,7 @@ production:
testing: testing:
script: script:
- ls ./ - rsync -a ./mymodule/ /var/simplesamlphptest/modules/mymodule/
only: only:
- testing - testing
tags: tags:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment