From 37b9cf2afabba0e19f8fe60c9715563d715b3e9e Mon Sep 17 00:00:00 2001 From: Thomas Bellembois Date: Thu, 1 Sep 2022 15:27:33 +0200 Subject: [PATCH] Typo. --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d7b16cb..a6d1480 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -echo "repo name: "$DRONE_REPO_NAME -echo "repo owner: "$DRONE_REPO_OWNER +echo "repository name: "$DRONE_REPO_NAME +echo "repository owner: "$DRONE_REPO_OWNER echo "Copying documentation for user $DRONE_REPO_OWNER and repository $DRONE_REPO_NAME" rsync --rsync-path="mkdir -p /usr/share/nginx/html/$DRONE_REPO_OWNER/$DRONE_REPO_NAME/ && rsync" -e "ssh -o StrictHostKeyChecking=no" -avz /docs root@nginx:/usr/share/nginx/html/$DRONE_REPO_OWNER/$DRONE_REPO_NAME/ \ No newline at end of file