From 7ff4ff8c90ab8ec79a0aaac9ca3c06e0992c6340 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Wed, 26 Mar 2025 07:59:40 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20fix(infra):=20Make=20sure=20all?= =?UTF-8?q?=20stages=20are=20in=20sync=20(#219)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Syncs all branches to the current changes --- infra/email.ts | 8 +++---- packages/functions/sst-env.d.ts | 40 ++++++++++++++++----------------- sst-env.d.ts | 40 ++++++++++++++++----------------- 3 files changed, 44 insertions(+), 44 deletions(-) diff --git a/infra/email.ts b/infra/email.ts index 33acca19..70a3f381 100644 --- a/infra/email.ts +++ b/infra/email.ts @@ -1,6 +1,6 @@ import { domain } from "./dns"; -// export const email = new sst.aws.Email("Mail",{ -// sender: domain, -// dns: sst.cloudflare.dns(), -// }) \ No newline at end of file +export const email = new sst.aws.Email("Email",{ + sender: domain, + dns: sst.cloudflare.dns(), +}) \ No newline at end of file diff --git a/packages/functions/sst-env.d.ts b/packages/functions/sst-env.d.ts index b3ba1db8..c1463f67 100644 --- a/packages/functions/sst-env.d.ts +++ b/packages/functions/sst-env.d.ts @@ -28,6 +28,17 @@ declare module "sst" { "name": string "type": "sst.aws.Bus" } + "Database": { + "clusterArn": string + "database": string + "host": string + "password": string + "port": number + "reader": string + "secretArn": string + "type": "sst.aws.Aurora" + "username": string + } "DatabaseMigrator": { "name": string "type": "sst.aws.Function" @@ -40,6 +51,11 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "Email": { + "configSet": string + "sender": string + "type": "sst.aws.Email" + } "GithubClientID": { "type": "sst.sst.Secret" "value": string @@ -48,30 +64,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } - "Mail": { - "configSet": string - "sender": string - "type": "sst.aws.Email" - } - "NestriVpc": { - "bastion": string - "type": "sst.aws.Vpc" - } "PolarSecret": { "type": "sst.sst.Secret" "value": string } - "Postgres": { - "clusterArn": string - "database": string - "host": string - "password": string - "port": number - "reader": string - "secretArn": string - "type": "sst.aws.Aurora" - "username": string - } "Steam": { "service": string "type": "sst.aws.Service" @@ -87,6 +83,10 @@ declare module "sst" { "site": string "type": "sst.sst.Linkable" } + "VPC": { + "bastion": string + "type": "sst.aws.Vpc" + } "Web": { "type": "sst.aws.StaticSite" "url": string diff --git a/sst-env.d.ts b/sst-env.d.ts index b3ba1db8..c1463f67 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -28,6 +28,17 @@ declare module "sst" { "name": string "type": "sst.aws.Bus" } + "Database": { + "clusterArn": string + "database": string + "host": string + "password": string + "port": number + "reader": string + "secretArn": string + "type": "sst.aws.Aurora" + "username": string + } "DatabaseMigrator": { "name": string "type": "sst.aws.Function" @@ -40,6 +51,11 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "Email": { + "configSet": string + "sender": string + "type": "sst.aws.Email" + } "GithubClientID": { "type": "sst.sst.Secret" "value": string @@ -48,30 +64,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } - "Mail": { - "configSet": string - "sender": string - "type": "sst.aws.Email" - } - "NestriVpc": { - "bastion": string - "type": "sst.aws.Vpc" - } "PolarSecret": { "type": "sst.sst.Secret" "value": string } - "Postgres": { - "clusterArn": string - "database": string - "host": string - "password": string - "port": number - "reader": string - "secretArn": string - "type": "sst.aws.Aurora" - "username": string - } "Steam": { "service": string "type": "sst.aws.Service" @@ -87,6 +83,10 @@ declare module "sst" { "site": string "type": "sst.sst.Linkable" } + "VPC": { + "bastion": string + "type": "sst.aws.Vpc" + } "Web": { "type": "sst.aws.StaticSite" "url": string