mirror of
https://github.com/frappe/bench.git
synced 2025-01-26 16:08:23 +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 }}"
|