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

This commit is contained in:
Aravinth Manivannan 2024-05-12 21:37:42 +05:30
parent 1415e087a6
commit 3b8cbaf6f5
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -5,6 +5,7 @@ steps:
event: [push, pull_request, tag, deployment]
environment:
- 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