mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
13 lines
245 B
YAML
13 lines
245 B
YAML
|
version: "3"
|
||
|
|
||
|
vars:
|
||
|
ROOT:
|
||
|
sh: git rev-parse --show-toplevel
|
||
|
|
||
|
tasks:
|
||
|
init:
|
||
|
desc: Configure tigerbeetle database
|
||
|
silent: true
|
||
|
cmds:
|
||
|
- pkl eval pkl/matrix.net/Homeserver.pkl -f yaml -o deploy/conf/synapse/homeserver.yaml
|