remove sleep thingy from ci

This commit is contained in:
Alexandru 2024-08-15 11:39:38 +03:00
parent 5bc0b9cf11
commit 59f83164ce

View File

@ -11,7 +11,6 @@ deploy:
- hugo - hugo
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "$PRIVKEY" | base64 -d > ~/.ssh/id_rsa - echo "$PRIVKEY" | base64 -d > ~/.ssh/id_rsa
- sleep 60
- chmod 600 ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa
- ssh-keyscan -p 69 107.189.28.28 >> ~/.ssh/known_hosts - ssh-keyscan -p 69 107.189.28.28 >> ~/.ssh/known_hosts
- rsync -avzh ./public/ -e "ssh -i ~/.ssh/id_rsa -p 69" gitlab@107.189.28.28:/var/www/fzorb.xyz - rsync -avzh ./public/ -e "ssh -i ~/.ssh/id_rsa -p 69" gitlab@107.189.28.28:/var/www/fzorb.xyz