This commit is contained in:
邹宗楠
2024-10-16 11:10:41 +08:00
parent 191241c26c
commit b338c72c44

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 == "beta"
when: runmode != "prod"