New tmp.kiwix.org server

This commit is contained in:
Kelson
2018-11-07 03:51:13 +01:00
parent e5be404697
commit 70301d4723
4 changed files with 5 additions and 5 deletions

View File

@ -283,7 +283,7 @@ def travis_launch_build(organisation, repository, options, zim_size):
})
else:
global_env.append({
'DEPLOY_DIR' : '/var/www/tmp.kiwix.org/custom_apps/{}_{}'.format(
'DEPLOY_DIR' : '/data/tmp/custom_apps/{}_{}'.format(
options.custom_app, options.base_version)
})