summaryrefslogtreecommitdiffstats
path: root/.github/scripts/upload-new-version-tags.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/scripts/upload-new-version-tags.sh')
-rwxr-xr-x.github/scripts/upload-new-version-tags.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/scripts/upload-new-version-tags.sh b/.github/scripts/upload-new-version-tags.sh
index a9b0cd3030..ffdfadfa0e 100755
--- a/.github/scripts/upload-new-version-tags.sh
+++ b/.github/scripts/upload-new-version-tags.sh
@@ -2,9 +2,10 @@
set -e
-host="packages.netdata.cloud"
user="netdatabot"
+host="${1}"
+
prefix="/var/www/html/releases"
staging="${TMPDIR:-/tmp}/staging-new-releases"