Skip to content

Commit

Permalink
out of an abundance of paranoia, add -e ssh to rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Aug 18, 2023
1 parent 098827a commit 54dda68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# copy repository to machine
- name: Copy Repository
run: |
rsync -r ${{ github.workspace}} --exclude .git/ --delete submit:~/A2rchi/
rsync -e ssh -r ${{ github.workspace}} --exclude .git/ --delete submit:~/A2rchi/
# run deploy script
- name: Run Deploy Script
Expand Down

0 comments on commit 54dda68

Please sign in to comment.