This commit is contained in:
gazebo
2018-09-17 14:44:18 +08:00
parent 3f2a2f524a
commit 22ab40db16

View File

@@ -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"