Skip to content

Commit 546f201

Browse files
ImTotemclaude
andcommitted
fix(infra): force-recreate n8n container to apply env changes
n8n container was reusing old config without N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Also revert hardcoded Sheets ID back to $env reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9b84b46 commit 546f201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/init_n8n.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ json.dump(cred, sys.stdout)
109109
echo "=== n8n Init ==="
110110

111111
echo "1. Starting n8n..."
112-
$COMPOSE up -d n8n
112+
$COMPOSE up -d --force-recreate n8n
113113

114114
echo "2. Waiting for n8n..."
115115
if ! wait_n8n; then

0 commit comments

Comments
 (0)