From 3034fae6bbe8b78a731cc636cc361fc36b3438e6 Mon Sep 17 00:00:00 2001 From: arf20 <35542215+arf20@users.noreply.github.com> Date: Wed, 14 Feb 2024 02:34:06 +0100 Subject: [PATCH] Upload deb to repo --- .github/workflows/deb.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 5298bf7..fa27fc1 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -34,3 +34,13 @@ jobs: with: name: ${{env.pkg_name}}.deb path: ${{env.pkg_name}}.deb + + - name: Upload deb to repo + uses: burnett01/rsync-deployments@6.0.0 + with: + switches: -avzr --delete + path: . + remote_path: /debupload/pool/contrib/ + remote_host: arf20.com + remote_user: debupload + remote_key: ${{secrets.RSYNC_REPO_PASS}}