diff --git a/gitlab/deploy.sh b/gitlab/deploy.sh index 1ca1498f5711f4cba515fd64e79bcccabe8452de..fafec8f0b1bb3ca80f6e7633aa823404119f688c 100755 --- a/gitlab/deploy.sh +++ b/gitlab/deploy.sh @@ -10,7 +10,7 @@ setup check sdist --formats zip upload --repository staging # if that worked, uploads documentation to pythonhosted if any exists if [ -d sphinx ]; then - log_info "Uploading documentation to pythonhosted on behalf of ${PYPIUSER}..." + log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..." setup upload_docs --upload-dir sphinx --repository production fi