From d8c675551a3325d71c76dd02821748b332e04842 Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Mon, 20 Oct 2025 12:08:31 +0300 Subject: [PATCH] feat: add -r for folder deployments --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 30f1136..3799ba1 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ runs: scp -o StrictHostKeyChecking=yes -P 2223 \ -o UserKnownHostsFile=~/.ssh/known_hosts \ -i ~/.ssh/id_rsa \ - ${DOCKER_COMPOSE_PATH} \ + -r ${DOCKER_COMPOSE_PATH} \ "${REMOTE_USER}@${REMOTE_HOST}:${DEPLOYMENT_PATH}" shell: bash