fix: CI: dl.librepages.org username and bin name
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
Aravinth Manivannan 2022-12-12 21:25:55 +05:30
parent 0e388d4e1e
commit 158ec03aab
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -21,11 +21,11 @@
set -xEeuo pipefail
DUMBSERVE_USERNAME=librepages-conductor
DUMBSERVE_USERNAME=librepages
DUMBSERVE_PASSWORD=$4
DUMBSERVE_HOST="https://$DUMBSERVE_USERNAME:$DUMBSERVE_PASSWORD@dl.librepages.org"
NAME=librebages
NAME=conductor
KEY=67880CA5F4BC99BF247330E2DA576B07BC323961
TMP_DIR=$(mktemp -d)