🐜 fix(infra): Make sure all stages are in sync (#219)

## Description
Syncs all branches to the current changes
This commit is contained in:
Wanjohi
2025-03-26 07:59:40 +03:00
committed by GitHub
parent 7ecc068466
commit 7ff4ff8c90
3 changed files with 44 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
import { domain } from "./dns";
// export const email = new sst.aws.Email("Mail",{
// sender: domain,
// dns: sst.cloudflare.dns(),
// })
export const email = new sst.aws.Email("Email",{
sender: domain,
dns: sst.cloudflare.dns(),
})

View File

@@ -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

40
sst-env.d.ts vendored
View File

@@ -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