Files
winget-pkgs/.gitea/workflows/publish.yml
sinav 3bb0c6e943
Some checks failed
Publish / deploy_via_ssh (push) Failing after 4s
build: wip
2023-07-08 21:02:59 +03:00

22 lines
549 B
YAML

---
name: Publish
run-name: ${{ github.actor }} publish
on: [push]
jobs:
deploy_via_ssh:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy files
uses: https://github.com/mdallasanta/ssh-scp-deploy@v1.2.0
with:
host: ${{ secrets.HOST }}
user: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: 22
local: ${{ gitea.workspace }}/manifests/
remote: /srv/teu/rewinger/packages/
scp_options: -r