This commit is contained in:
Frank
2026-03-31 00:07:54 -04:00
parent 71b20698bb
commit 2cc738fb17
4 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ const root = path.resolve(process.cwd(), "..", "..", "..")
const PARTS = 30
// read the secret
const ret = await $`bun sst secret list`.cwd(root).text()
const ret = await $`bun sst secret list --stage frank`.cwd(root).text()
const lines = ret.split("\n")
const values = Array.from({ length: PARTS }, (_, i) => {
const value = lines