mirror of https://github.com/zulip/zulip.git
deploy-zulip-from-git: Update next symlink.
This commit is contained in:
parent
cf41629d80
commit
82ad32f058
|
@ -60,6 +60,7 @@ try:
|
|||
stdout=open('/dev/null', 'w'),
|
||||
preexec_fn=su_to_zulip)
|
||||
|
||||
subprocess.check_call(["ln", '-nsf', deploy_path, os.path.join(DEPLOYMENTS_DIR, "next")])
|
||||
os.chdir(deploy_path)
|
||||
|
||||
if ZULIP_COM:
|
||||
|
|
Loading…
Reference in New Issue