fix: CI: cookie secret
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2024-05-13 13:59:21 +05:30
parent 9d915d27a5
commit 4446ef2e4e
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -4,8 +4,8 @@ steps:
when:
event: [push, pull_request, tag, deployment]
environment:
- DATABASE_URL=postgres://postgres:password@database:5432/postgres
- FORGEFLUX_server_COOKIE_SECRET=d05604b56ffd0f57200be49313a9e51436ca8f1678b9ffdf8d2602d5e9839f05
DATABASE_URL: postgres://postgres:password@database:5432/postgres
FORGEFLUX_server_COOKIE_SECRET: d05604b56ffd0f57200be49313a9e51436ca8f1678b9ffdf8d2602d5e9839f05
commands:
# - curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
# - apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget