fix for deploy
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pavel 2023-11-12 23:53:12 +03:00
parent cbc7a01913
commit a9ab6667c2

View File

@ -20,7 +20,7 @@ steps:
- ssh-keyscan -H git.neur0tx.site > $HOME/.ssh/known_hosts 2> /dev/null - ssh-keyscan -H git.neur0tx.site > $HOME/.ssh/known_hosts 2> /dev/null
- chmod -R 600 $HOME/.ssh - chmod -R 600 $HOME/.ssh
- cd .pub - cd .pub
- git clone --filter=tree:0 git@git.neur0tx.site:Neur0toxine/neur0tx.site.git - git clone --filter=tree:0 git@git.neur0tx.site:Neur0toxine/neur0toxine.pages.neur0tx.site.git
- cd neur0tx.site - cd neur0tx.site
- git checkout gitea-pages || git checkout -b gitea-pages - git checkout gitea-pages || git checkout -b gitea-pages
- cd .. - cd ..