Skip to content

Commit

Permalink
Update build-deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
libf-de authored Jun 19, 2023
1 parent 36d0600 commit 3981e85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ jobs:
buildpackage-opts: -i -us -uc -b
- name: List files
run: ls -R
- name: deploy file
uses: wlixcc/[email protected]
with:
username: 'github'
server: ${{ secrets.SSH_SERVER }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
local_path: './debian/artifacts'
remote_path: '/home/github/build'
sftpArgs: '-o ConnectTimeout=5'

0 comments on commit 3981e85

Please sign in to comment.