diff --git a/publish-deb.sh b/publish-deb.sh new file mode 100755 index 0000000..28687fd --- /dev/null +++ b/publish-deb.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +USERNAME=$1 +PASSWORD=$2 +VERSION=$3 + +curl -u "$USERNAME:$PASSWORD" -H "Content-Type: multipart/form-data" --data-binary "@dist/torch-agent_${VERSION}-1_all.deb" "https://repo.rudefox.io/repository/apt-release/"