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