forked from Deuxfleurs/infrastructure
Fix a stupid error
This commit is contained in:
parent
ca482f7e3e
commit
8645c7b332
1 changed files with 4 additions and 4 deletions
|
@ -96,12 +96,12 @@ job "jitsi" {
|
|||
}
|
||||
|
||||
template {
|
||||
data = "{{ key \"secrets/jitsi/auth.jitsi.deuxfleurs.fr.crt\" }}"
|
||||
destination = "secrets/certs/auth.jitsi.deuxfleurs.fr.crt"
|
||||
data = "{{ key \"secrets/jitsi/jitsi.deuxfleurs.fr.crt\" }}"
|
||||
destination = "secrets/certs/jitsi.deuxfleurs.fr.crt"
|
||||
}
|
||||
template {
|
||||
data = "{{ key \"secrets/jitsi/auth.jitsi.deuxfleurs.fr.key\" }}"
|
||||
destination = "secrets/certs/auth.jitsi.deuxfleurs.fr.key"
|
||||
data = "{{ key \"secrets/jitsi/jitsi.deuxfleurs.fr.key\" }}"
|
||||
destination = "secrets/certs/jitsi.deuxfleurs.fr.key"
|
||||
}
|
||||
template {
|
||||
data = "{{ key \"secrets/jitsi/global_env\" }}"
|
||||
|
|
Loading…
Reference in a new issue