fix: stuck sst deployment

This commit is contained in:
vimtor
2026-05-26 18:07:50 +02:00
parent 922903e410
commit 715589fea4
3 changed files with 0 additions and 34 deletions
-6
View File
@@ -2,9 +2,6 @@
export default $config({
app(input) {
const prepareAwsDestroy = input.stage === "production" || input.stage === "dev"
// Temporarily omit AWS infra so SST removes the lake/stats resources.
const deployAws = false
return {
name: "opencode",
removal: input?.stage === "production" ? "retain" : "remove",
@@ -33,9 +30,6 @@ export default $config({
async run() {
const stage = await import("./infra/stage.js")
await import("./infra/app.js")
if (stage.prepareAwsDestroy) {
await import("./infra/lake-destroy-prep.js")
}
if (stage.deployAws) {
await import("./infra/lake.js")
await import("./infra/stats.js")