diff options
Diffstat (limited to 'packages/console/core/script/promote-models.ts')
| -rwxr-xr-x | packages/console/core/script/promote-models.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/script/promote-models.ts b/packages/console/core/script/promote-models.ts index aa9f20abc..28db3642c 100755 --- a/packages/console/core/script/promote-models.ts +++ b/packages/console/core/script/promote-models.ts @@ -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 |
