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