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"