0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00

fix: improper builds from typo in deploy-hobby (#25551)

This commit is contained in:
Kyle Yannelli 2024-10-12 19:58:56 +00:00 committed by GitHub
parent bc283b429d
commit c941cc1de2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export SENTRY_DSN="${SENTRY_DSN:-'https://public@sentry.example.com/1'}"
POSTHOG_SECRET=$(head -c 28 /dev/urandom | sha224sum -b | head -c 56)
export POSTHOG_SECRET
ENCRYPTION_KEY=$(openssl rand -hex 16)
ENCRYPTION_SALT_KEYS=$(openssl rand -hex 16)
export ENCRYPTION_SALT_KEYS
# Talk to the user