Homepage/.forgejo/workflows/deploy.yml
themelm ab888dfcb9
Some checks failed
Auto Pull / deploy (push) Failing after 9s
workflowfix10
2025-03-29 15:39:47 -06:00

24 lines
629 B
YAML

name: Auto Pull
on: [push]
# push:
# branches:
# - 'main'
jobs:
deploy:
runs-on: docker
steps:
- run: apt update && apt install -y openssh-client git hugo rsync
- name: SSH Deploy
#run: apt update && apt install -y openssh-client git hugo rsync
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 Homepage
hugo && rsync -avz --delete public/ /var/www/