diff --git a/.gitea/workflows/rh8-local.yml b/.gitea/workflows/rh8-local.yml index 67a5b4e6a..1dd5fccf8 100644 --- a/.gitea/workflows/rh8-local.yml +++ b/.gitea/workflows/rh8-local.yml @@ -21,7 +21,7 @@ jobs: cmake .. -DSLS_USE_PYTHON=ON -DSLS_USE_TESTS=ON -DSLS_USE_SIMULATOR=ON make -j 2 - - name: Deploy to NFS + - name: Deploy to NFS update server if: gitea.ref == 'refs/heads/dev/NFS_testing' run: | - sftp -r gitea_runner@mpc2935:/slsDetectorSoftware <<< $'put build/bin' \ No newline at end of file + sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH8 <<< $'put build/bin' \ No newline at end of file