Files
winget-pkgs/.gitea/workflows/publish.yml
sinav 8d0b01764b
Some checks failed
Deploy / Explore-Gitea-Actions (push) Successful in 4s
Publish / deploy_via_ssh (push) Failing after 2s
build: fix gitea actions
2023-07-08 19:39:15 +03:00

19 lines
443 B
YAML

---
name: Publish
run-name: ${{ github.actor }} publish
on: [push]
jobs:
deploy_via_ssh:
runs-on: ubuntu-latest
steps:
- name: Pull package repository
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: 22
script: |
cd /srv/teu/rewinger/packages/
git pull