rawhide kobayashi 36d93ca38a
Some checks failed
blog.neet.works deployment / deploy_mamizou (push) Failing after 1s
deeptest
2025-01-18 17:17:42 -06:00

20 lines
427 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:
#evil
- run: ssh $USER@localhost -p 2244
- run: pwd
- run: cd /srv/http/blog.neet.works
- run: git pull
- run: git checkout