workflowfix

This commit is contained in:
themelm 2025-03-29 15:07:40 -06:00
parent 4c60a24af2
commit ff7ef20325

View file

@ -0,0 +1,25 @@
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
<<<<<<< HEAD
cd homeserver
=======
cd Homepage
>>>>>>> c3ec9d31ec63e14c87b6b980b9864ff21dc3690b
${{ secrets.SCRIPT }}