diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b60d7ad..8c87df3 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 + "