Skip to content

Commit

Permalink
Use rsync directly with rsync protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 committed Feb 14, 2024
1 parent 3034fae commit b084017
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ jobs:
name: ${{env.pkg_name}}.deb
path: ${{env.pkg_name}}.deb

- name: Install rsync
run: apt install rsync

- name: Upload deb to repo
uses: burnett01/[email protected]
with:
switches: -avzr --delete
path: .
remote_path: /debupload/pool/contrib/
remote_host: arf20.com
remote_user: debupload
remote_key: ${{secrets.RSYNC_REPO_PASS}}
run: RSYNC_PASSWORD=${{secrets.RSYNC_REPO_PASS}} rsync -avz ${{env.pkg_name}}.deb rsync://[email protected]/debupload/pool/contrib/

0 comments on commit b084017

Please sign in to comment.