From 7bd6a152ded4e86826ed4adb4e9749c21d84f2bc Mon Sep 17 00:00:00 2001 From: Oleg Oleg Date: Thu, 25 Dec 2025 01:20:26 +0400 Subject: [PATCH] change action --- .gitea/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 89147ff..0671c50 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -19,5 +19,7 @@ jobs: install -m 700 -d ~/.ssh echo "${DEPLOY_SSH_KEY}" > ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 + echo "Connecting to ${DEPLOY_USER}@${DEPLOY_HOST}" + echo "Navigating to ${DEPLOY_PATH} and pulling latest changes" ssh -o StrictHostKeyChecking=no "${DEPLOY_USER}@${DEPLOY_HOST}" \ "cd '${DEPLOY_PATH}' && git pull && ./new_version.sh" \ No newline at end of file