blog/.gitea/workflows/deploy.yaml
Cat Tom fadbada45f
All checks were successful
Deploy / deploy (push) Successful in 2m8s
add gitea action
2025-03-01 18:46:49 +08:00

15 lines
383 B
YAML

name: Deploy
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Server pull maria config file from remote
uses: appleboy/ssh-action@master
with:
host: "100.114.118.48"
username: "root"
key: ${{ secrets.SSH_PRIVATE_KEY }}
command_timeout: 3h
script: bash /root/maria/script/webhook/blog.sh