Skip to content

Commit

Permalink
fix: improper builds from typo in deploy-hobby (#25551)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleyannelli authored Oct 12, 2024
1 parent bc283b4 commit c941cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-hobby
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export SENTRY_DSN="${SENTRY_DSN:-'https://[email protected]/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
Expand Down

0 comments on commit c941cc1

Please sign in to comment.