first workflow commit
Some checks failed
Auto Pull / deploy (push) Failing after 3s

This commit is contained in:
MeatyJesus 2025-03-28 16:24:48 -06:00
parent 1f14489c78
commit 395591e1c7

View file

@ -0,0 +1,21 @@
name: Auto Pull
on: [push]
# push:
# branches:
# - 'main'
jobs:
deploy:
runs-on: docker
steps:
- name: SSH Deploy
uses: https://github.com/appleboy/ssh-action@v1
with:
host: ${{ secrets.HOST_ADDRESS }}
username: forgejo #$ {{ secrets.SSH_USER }} #
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
ls
cd homeserver
${{ secrets.SCRIPT }}