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:
parent
bc283b429d
commit
c941cc1de2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user