deeptest
All checks were successful
blog.neet.works deployment / deploy_mamizou (push) Successful in 1s

This commit is contained in:
rawhide kobayashi 2025-01-18 17:20:49 -06:00
parent 36d93ca38a
commit 8a92d204da
Signed by: rawhide_k
GPG Key ID: E71F77DDBC513FD7

View File

@ -12,8 +12,10 @@ jobs:
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
- run: |
ssh $USER@localhost -p 2244 "
cd /srv/http/blog.neet.works &&
pwd &&
git pull &&
git checkout
"