pdnsmanager/.travis/deploy-snapshot.sh
2019-12-27 12:22:26 +01:00

3 lines
160 B
Bash
Executable file

#!/bin/bash
curl -F "file=@pdnsmanager-$TRAVIS_COMMIT.tar.gz" -u "travis:$UPLOAD_PASS" "https://upload.pdnsmanager.org/?action=snapshot&version=$TRAVIS_COMMIT"