pdnsmanager/.travis/deploy-release.sh

3 lines
161 B
Bash
Raw Permalink Normal View History

2018-06-07 21:28:03 +02:00
#!/bin/bash
2019-12-27 12:22:26 +01:00
curl -F "file=@pdnsmanager-${TRAVIS_TAG:1}.tar.gz" -u "travis:$UPLOAD_PASS" "https://upload.pdnsmanager.org/?action=release&version=${TRAVIS_TAG:1}"