diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-20 09:52:13 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-20 09:52:13 +0200 |
commit | 88a7c04cee28c0cfc631f9398b66d6ee951c4586 (patch) | |
tree | 1bcc3851485bac4431392c17169811daf16c7b64 /app | |
parent | 136d1761766e94c502f4d18dba8b16422e62d159 (diff) | |
download | infrastructure-88a7c04cee28c0cfc631f9398b66d6ee951c4586.tar.gz infrastructure-88a7c04cee28c0cfc631f9398b66d6ee951c4586.zip |
media-async-upload must be in the matrix group
note: the group stanza is not mandatory
Diffstat (limited to 'app')
-rw-r--r-- | app/im/deploy/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 645d966..851e5e4 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -127,7 +127,6 @@ job "im" { ] } } - } task "media-async-upload" { @@ -165,6 +164,7 @@ EOH env = true } } + } group "riotweb" { |