From c941cc1de216e03d0d6b796cc668421264be8927 Mon Sep 17 00:00:00 2001 From: Kyle Yannelli Date: Sat, 12 Oct 2024 19:58:56 +0000 Subject: [PATCH] fix: improper builds from typo in deploy-hobby (#25551) --- bin/deploy-hobby | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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