chore(deploy): tighten remote untracked allowlist
This commit is contained in:
parent
3e089554f8
commit
5ddfbfa4e7
1 changed files with 1 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue