Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Sep 8, 2024
1 parent e29555c commit f3be08e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
Remove-Variable -Name Key
- name: rsync deployments
run: |
rsync --version
ls
rsync -avzr -e "ssh -o StrictHostKeyChecking=no -i ${{ steps.rsync.outputs.ssh_key_path }}" 'fusioninventory-agent_${{ matrix.platform.target }}.zip' '${{ secrets.SSH_DOCUMENTATION_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.DEV_PATH }}'
rsync -avzr -e "ssh -o StrictHostKeyChecking=no -i D:\a\_temp\sshkey" 'fusioninventory-agent_${{ matrix.platform.target }}.zip' '${{ secrets.SSH_DOCUMENTATION_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.DEV_PATH }}'

0 comments on commit f3be08e

Please sign in to comment.