From 9a59170d07f425eec0cd1408a89cd9e0f5cd845d Mon Sep 17 00:00:00 2001 From: fzorb Date: Thu, 6 Mar 2025 11:04:03 +0000 Subject: [PATCH] =?UTF-8?q?Actualiza=C8=9Bi=20fi=C8=99ierul=20.gitlab-ci.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b00c9ae..f2b7749 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ deploy-job: - cd website - git submodule foreach --recursive git reset --hard && git submodule init && git submodule update --recursive - hugo + - mkdir ~/.ssh - ssh-keyscan -p 69 fzorb.xyz >> ~/.ssh/known_hosts - sshpass -p "$PASSWD" rsync -avzh website/public/ -e 'ssh -p 69' git@fzorb.xyz:/var/www/fzorb.xyz - sshpass -p "$PASSWD" ssh -p 69 git@fzorb.xyz "chmod 777 -R /var/www/fzorb.xyz"