This commit is contained in:
邹宗楠
2024-10-16 10:53:26 +08:00
parent c099e1d4e4
commit 191241c26c

View File

@@ -40,8 +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 == "jxgy"
- 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 == "jxpet"
when: runmode == "beta"