mirror of https://github.com/zulip/zulip.git
Fix create_deployment not actually setting base_site_url.
(imported from commit cd008060623ad393f02abbb6c5a4dfd9c00c7b41)
This commit is contained in:
parent
844e0948e3
commit
3a421e1bd1
|
@ -53,7 +53,7 @@ class Command(BaseCommand):
|
|||
old_dep.save()
|
||||
dep.realms = [realm]
|
||||
dep.base_api_url = options["api"]
|
||||
dep.base_web_url = options["web"]
|
||||
dep.base_site_url = options["web"]
|
||||
dep.save()
|
||||
print "Deployment %s created." % (dep.id,)
|
||||
print "DEPLOYMENT_ROLE_NAME = %s" % (dep.name,)
|
||||
|
|
Loading…
Reference in New Issue