workflow v2
Some checks failed
publish / publish (push) Failing after 1m19s

This commit is contained in:
themelm 2025-05-25 03:25:34 -07:00
parent 347ddb13fc
commit 740be32c50

View file

@ -26,9 +26,9 @@ jobs:
- name: rsync deployments - name: rsync deployments
uses: https://forge.melm.xyz/melmco/rsync-deployments@7.0.2 uses: https://forge.melm.xyz/melmco/rsync-deployments@7.0.2
with: with:
switches: -avzr --delete switches: -avzr --delete
path: ./public/ path: ./public/
remote_path: "/var/www/html/melm.xyz/" remote_path: /var/www/html/melm.xyz/
remote_host: 192.168.1.145 remote_host: 192.168.1.145
remote_user: forgejo remote_user: forgejo
remote_key: ${{ secrets.SSH_PRIVATE_KEY }} remote_key: ${{ secrets.SSH_PRIVATE_KEY }}