From 3f2a2f524aaee8867da53f1236d7f6bc9b6d3e81 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 17 Sep 2018 14:42:34 +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 fa3727889..18834964b 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 != "prod" + when: runmode == "alpha"