mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-28 16:34:10 +01:00
3 lines
133 B
Bash
3 lines
133 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
curl -F "file=@pdnsmanager-$TRAVIS_TAG.tar.gz" -u "travis:$UPLOAD_PASS" 'https://upload.pdnsmanager.org/?action=release'
|