feat: add -r for folder deployments
This commit is contained in:
@@ -67,7 +67,7 @@ runs:
|
|||||||
scp -o StrictHostKeyChecking=yes -P 2223 \
|
scp -o StrictHostKeyChecking=yes -P 2223 \
|
||||||
-o UserKnownHostsFile=~/.ssh/known_hosts \
|
-o UserKnownHostsFile=~/.ssh/known_hosts \
|
||||||
-i ~/.ssh/id_rsa \
|
-i ~/.ssh/id_rsa \
|
||||||
${DOCKER_COMPOSE_PATH} \
|
-r ${DOCKER_COMPOSE_PATH} \
|
||||||
"${REMOTE_USER}@${REMOTE_HOST}:${DEPLOYMENT_PATH}"
|
"${REMOTE_USER}@${REMOTE_HOST}:${DEPLOYMENT_PATH}"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user