From 5ddfbfa4e7a91d415e8caf9a5571b10f30e5b33c Mon Sep 17 00:00:00 2001 From: dirtydishes Date: Sun, 17 May 2026 11:45:36 -0400 Subject: [PATCH] chore(deploy): tighten remote untracked allowlist --- scripts/deploy.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/deploy.ts b/scripts/deploy.ts index cb30de9..d78db01 100644 --- a/scripts/deploy.ts +++ b/scripts/deploy.ts @@ -30,8 +30,7 @@ const SSH_OPTIONS = [ "BatchMode=yes" ]; const ALLOWED_REMOTE_UNTRACKED = new Set([ - "deployment/docker/signal-cli-0.14.3-Linux-native.tar.gz", - "deployment/npm/" + "deployment/docker/signal-cli-0.14.3-Linux-native.tar.gz" ]); const PUBLIC_APP_URL = process.env.DEPLOY_PUBLIC_APP_URL?.trim() || "https://flow.deltaisland.io";