Skip to content

Commit

Permalink
fix path for rsync upload (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Jan 2, 2024
1 parent 1c4462c commit a9f2796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ jobs:
uses: burnett01/rsync-deployments@c04732dab25a8b2c000b7198a067bf26e93959e2 # v6.0.0
if: ${{ github.event_name == 'schedule' }}
with:
switches: -avzr
path: logs/${{ matrix.server }}_${{ matrix.client }}/
remote_path: /mnt/logs/${{ needs.config.outputs.logname }}/${{ matrix.server }}_${{ matrix.client }}/
switches: -avzr --relative
path: logs/./${{ matrix.server }}_${{ matrix.client }}/
remote_path: /mnt/logs/${{ needs.config.outputs.logname }}
remote_host: interop.seemann.io
remote_user: ${{ secrets.INTEROP_SEEMANN_IO_USER }}
remote_key: ${{ secrets.INTEROP_SEEMANN_IO_SSH_KEY }}
Expand Down

0 comments on commit a9f2796

Please sign in to comment.