aa154d1b1b
All checks were successful
Build all the nodes / bridge01 (push) Successful in 56s
Build all the nodes / geo02 (push) Successful in 57s
Build all the nodes / geo01 (push) Successful in 1m2s
Build all the nodes / storage01 (push) Successful in 1m11s
Build all the nodes / rescue01 (push) Successful in 1m13s
Build all the nodes / compute01 (push) Successful in 1m34s
Run pre-commit on all files / check (push) Successful in 24s
Build all the nodes / web02 (push) Successful in 1m0s
Build all the nodes / vault01 (push) Successful in 1m11s
Build all the nodes / web03 (push) Successful in 1m6s
Build all the nodes / web01 (push) Successful in 1m29s
14 lines
417 B
Nix
14 lines
417 B
Nix
(import ../../../keys).mkSecrets [ "web03" ] [
|
|
# List of secrets for web03
|
|
"dj_annuaire-secret_key_file"
|
|
"dj_bocal-secret_key_file"
|
|
"dj_gestiojeux-secret_key_file"
|
|
"dj_interludes-email_host_password_file"
|
|
"dj_interludes-secret_key_file"
|
|
"dj_wikiens-secret_key_file"
|
|
"webhook-annuaire_token"
|
|
"webhook-bocal_token"
|
|
"webhook-gestiojeux_token"
|
|
"webhook-interludes_token"
|
|
"webhook-wikiens_token"
|
|
]
|