From be0eeb09f6806e203a9e666091bb5bfbd54f2428 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 15 Aug 2024 11:05:34 +0300 Subject: [PATCH] Update .gitlab-ci.yml to sleep after setting the privkey so i can debug that --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a404d7..b88cd47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ upload: script: - mkdir -p ~/.ssh - echo "$PRIVKEY" | base64 -d > ~/.ssh/id_rsa + - sleep 60 - chmod 600 ~/.ssh/id_rsa - 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