chore: ci
This commit is contained in:
parent
04169418c5
commit
47e5f68321
1 changed files with 2 additions and 1 deletions
|
@ -23,8 +23,9 @@ resource "scaleway_container" "main" {
|
||||||
|
|
||||||
environment_variables = {
|
environment_variables = {
|
||||||
"WEB_PUBLIC_REGISTRATION" = "1"
|
"WEB_PUBLIC_REGISTRATION" = "1"
|
||||||
|
"USERSTORE_SQLITE_PATH" = "USERSTORE_SQLITE_PATH_SED"
|
||||||
}
|
}
|
||||||
secret_environment_variables = {
|
secret_environment_variables = {
|
||||||
"USERSTORE_SQLITE_PATH" = "USERSTORE_SQLITE_PATH_SED"
|
"USERSTORE_SQLITE_PATH2" = "USERSTORE_SQLITE_PATH2_SED"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue