rawhide kobayashi 17b26f6c28
Some checks failed
blog.neet.works deployment / deploy_mamizou (push) Failing after 0s
deeptest
2025-01-18 16:55:20 -06:00

18 lines
375 B
YAML

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