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