Forgot to update the separate main server

This commit is contained in:
Kovid Goyal 2015-01-19 09:07:25 +05:30
parent 55c8783da9
commit e39e6369b4

View File

@ -257,6 +257,7 @@ class UploadToServer(Command): # {{{
check_call('scp dist/calibre-*.tar.xz.asc code:/srv/code/signatures/', shell=True)
check_call('ssh code /etc/cron.hourly/update-calibre-code.py'.split())
check_call(('ssh code /apps/update-calibre-version.py ' + __version__).split())
check_call('ssh main /usr/local/bin/update-calibre-code.py && /apps/static/generate.py'.split())
# }}}
# Testing {{{