pdnsmanager/.travis/deploy-snapshot.sh

3 lines
137 B
Bash
Raw Normal View History

2018-06-07 21:28:03 +02:00
#!/bin/bash
curl -F "file=@pdnsmanager-$TRAVIS_COMMIT.tar.gz" -u "travis:$UPLOAD_PASS" 'https://upload.pdnsmanager.org/?action=snapshot'