Set ROCKET_SECRET_KEY on CI

This commit is contained in:
Kitaiti Makoto 2021-01-25 01:25:37 +09:00
parent 29f0712ea1
commit afe449b951
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ executors:
RUST_TEST_THREADS: 1
FEATURES: <<#parameters.postgres>>postgres<</ parameters.postgres>><<^parameters.postgres>>sqlite<</parameters.postgres>>
DATABASE_URL: <<#parameters.postgres>>postgres://postgres@localhost/plume<</parameters.postgres>><<^parameters.postgres>>plume.sqlite<</parameters.postgres>>
ROCKET_SECRET_KEY: VN5xV1DN7XdpATadOCYcuGeR/dV0hHfgx9mx9TarLdM=
commands: