From 4186829dbd57a9d75db6c998124ea70c9aa74556 Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sat, 7 Jan 2023 20:06:12 +0100 Subject: [PATCH] changed doc destination path --- .gitignore | 1 + entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/entrypoint.sh b/entrypoint.sh index 8cdf041..2041c5c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,7 +37,7 @@ fi generate "$DOCDIR" # génère la doc avec le bon générateur -SERVER_TARGET="/usr/share/nginx/html/$DRONE_REPO_OWNER/$GENERATOR_NAME/$DRONE_REPO_NAME/" +SERVER_TARGET="/usr/share/nginx/html/$DRONE_REPO_OWNER/$DRONE_REPO_NAME/" echo "target: $SERVER_TARGET" # lance rsync en mode archive, verbeux et compression