diff --git a/bin/deploy-hobby b/bin/deploy-hobby index 93df1b1aac3..a3f9e05371f 100755 --- a/bin/deploy-hobby +++ b/bin/deploy-hobby @@ -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