mirror of
https://github.com/frappe/bench.git
synced 2025-02-09 14:18:28 +00:00
17 lines
341 B
YAML
17 lines
341 B
YAML
|
---
|
||
|
|
||
|
# Setup Procfile
|
||
|
- name: setup procfile
|
||
|
command: bench setup procfile
|
||
|
args:
|
||
|
creates: "{{ bench_path }}/Procfile"
|
||
|
chdir: "{{ bench_path }}"
|
||
|
|
||
|
|
||
|
# Setup Redis env for RQ
|
||
|
- name: setup redis
|
||
|
command: bench setup redis
|
||
|
args:
|
||
|
creates: "{{ bench_path }}/config/redis_socketio.conf"
|
||
|
chdir: "{{ bench_path }}"
|