Commit 72c41c5b authored by Michal Čihař's avatar Michal Čihař

Fix uploads to own server

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent fdb6e9b7
......@@ -5,7 +5,7 @@ set -e
version=`DJANGO_SETTINGS_MODULE=weblate.settings_example python -c 'import weblate; print weblate.VERSION' | sed 's/-dev//'`
# Download server
scp dist/weblate-$version.tar.* web:/srv/http/dl.cihar.com/weblate/
scp dist/Weblate-$version.tar.* web:/srv/http/dl.cihar.com/weblate/
# PyPi archive
./setup.py register
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment