diff --git a/.gitea/workflows/detectors-software-RH8.yml b/.gitea/workflows/detectors-software-RH8.yml index 2879da9..9a9c2dd 100644 --- a/.gitea/workflows/detectors-software-RH8.yml +++ b/.gitea/workflows/detectors-software-RH8.yml @@ -16,4 +16,9 @@ jobs: - name: Testing run: | - echo "Hello Wold" \ No newline at end of file + echo "Hello Wold" + + - name: Testing NFS Deploy + run: | + date > test.txt + sftp gitea_runner@mpc2935:/slsDetectorSoftware <<< $'put test.txt' \ No newline at end of file