2025-01-18 16:48:59 -06:00

15 lines
342 B
YAML

name: blog.neet.works deployment
on:
push:
paths:
- 'public/**' # Trigger the workflow when files in the 'public' folder are updated
jobs:
deploy_mamizou:
runs-on: mamizou
run-name: Deploy blog.neet.works on Mamizou
steps:
- run: cd /srv/http/blog.neet.works/
- run: git pull
- run: git checkout