Skip to content

Commit 037583d

Browse files
author
Goose
authored
Update deploy.yml
1 parent 40eba79 commit 037583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }}
4444
VITE_POSTHOG_HOST: ${{ secrets.VITE_POSTHOG_HOST }}
4545
# Disable public registration for production
46-
VITE_ENABLE_PUBLIC_REGISTRATION: "false"
46+
VITE_ENABLE_PUBLIC_REGISTRATION: "true"
4747
# Set to production to enable console stripping
4848
NODE_ENV: production
4949
run: npm run build

0 commit comments

Comments
 (0)