aboutsummaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bra.toml b/.bra.toml
index d0229e8ab9..5fac22f584 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -14,7 +14,7 @@ watch_dirs = [
watch_exts = [".go", ".ini"]
build_delay = 1500
cmds = [
- ["go", "install", "-tags", "sqlite cert"],
- ["go", "build", "-tags", "sqlite cert"],
+ ["go", "install", "-tags", "sqlite redis cert"],
+ ["go", "build", "-tags", "sqlite redis cert"],
["./gogs", "web"]
] \ No newline at end of file