deeptest
All checks were successful
blog.neet.works deployment / deploy_mamizou (push) Successful in 1s
All checks were successful
blog.neet.works deployment / deploy_mamizou (push) Successful in 1s
This commit is contained in:
parent
36d93ca38a
commit
8a92d204da
@ -12,8 +12,10 @@ jobs:
|
|||||||
run-name: Deploy blog.neet.works on Mamizou
|
run-name: Deploy blog.neet.works on Mamizou
|
||||||
steps:
|
steps:
|
||||||
#evil
|
#evil
|
||||||
- run: ssh $USER@localhost -p 2244
|
- run: |
|
||||||
- run: pwd
|
ssh $USER@localhost -p 2244 "
|
||||||
- run: cd /srv/http/blog.neet.works
|
cd /srv/http/blog.neet.works &&
|
||||||
- run: git pull
|
pwd &&
|
||||||
- run: git checkout
|
git pull &&
|
||||||
|
git checkout
|
||||||
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user