From 22ab40db16207c96e4f29ee8706babb6a3a5b358 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 17 Sep 2018 14:44:18 +0800 Subject: [PATCH] - test. --- deploy/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index 18834964b..fa3727889 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -40,4 +40,4 @@ - name: shell shell: cd {{ deploy_dir }}/conf && sed -i 's/runmode\s*=\s*.*/runmode = {{ runmode }}/' app.conf && sudo systemctl restart jx-callback-{{ runmode }} - when: runmode == "alpha" + when: runmode != "prod"