mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐜 fix(infra): Make sure all stages are in sync (#219)
## Description Syncs all branches to the current changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { domain } from "./dns";
|
import { domain } from "./dns";
|
||||||
|
|
||||||
// export const email = new sst.aws.Email("Mail",{
|
export const email = new sst.aws.Email("Email",{
|
||||||
// sender: domain,
|
sender: domain,
|
||||||
// dns: sst.cloudflare.dns(),
|
dns: sst.cloudflare.dns(),
|
||||||
// })
|
})
|
||||||
40
packages/functions/sst-env.d.ts
vendored
40
packages/functions/sst-env.d.ts
vendored
@@ -28,6 +28,17 @@ declare module "sst" {
|
|||||||
"name": string
|
"name": string
|
||||||
"type": "sst.aws.Bus"
|
"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": {
|
"DatabaseMigrator": {
|
||||||
"name": string
|
"name": string
|
||||||
"type": "sst.aws.Function"
|
"type": "sst.aws.Function"
|
||||||
@@ -40,6 +51,11 @@ declare module "sst" {
|
|||||||
"type": "sst.sst.Secret"
|
"type": "sst.sst.Secret"
|
||||||
"value": string
|
"value": string
|
||||||
}
|
}
|
||||||
|
"Email": {
|
||||||
|
"configSet": string
|
||||||
|
"sender": string
|
||||||
|
"type": "sst.aws.Email"
|
||||||
|
}
|
||||||
"GithubClientID": {
|
"GithubClientID": {
|
||||||
"type": "sst.sst.Secret"
|
"type": "sst.sst.Secret"
|
||||||
"value": string
|
"value": string
|
||||||
@@ -48,30 +64,10 @@ declare module "sst" {
|
|||||||
"type": "sst.sst.Secret"
|
"type": "sst.sst.Secret"
|
||||||
"value": string
|
"value": string
|
||||||
}
|
}
|
||||||
"Mail": {
|
|
||||||
"configSet": string
|
|
||||||
"sender": string
|
|
||||||
"type": "sst.aws.Email"
|
|
||||||
}
|
|
||||||
"NestriVpc": {
|
|
||||||
"bastion": string
|
|
||||||
"type": "sst.aws.Vpc"
|
|
||||||
}
|
|
||||||
"PolarSecret": {
|
"PolarSecret": {
|
||||||
"type": "sst.sst.Secret"
|
"type": "sst.sst.Secret"
|
||||||
"value": string
|
"value": string
|
||||||
}
|
}
|
||||||
"Postgres": {
|
|
||||||
"clusterArn": string
|
|
||||||
"database": string
|
|
||||||
"host": string
|
|
||||||
"password": string
|
|
||||||
"port": number
|
|
||||||
"reader": string
|
|
||||||
"secretArn": string
|
|
||||||
"type": "sst.aws.Aurora"
|
|
||||||
"username": string
|
|
||||||
}
|
|
||||||
"Steam": {
|
"Steam": {
|
||||||
"service": string
|
"service": string
|
||||||
"type": "sst.aws.Service"
|
"type": "sst.aws.Service"
|
||||||
@@ -87,6 +83,10 @@ declare module "sst" {
|
|||||||
"site": string
|
"site": string
|
||||||
"type": "sst.sst.Linkable"
|
"type": "sst.sst.Linkable"
|
||||||
}
|
}
|
||||||
|
"VPC": {
|
||||||
|
"bastion": string
|
||||||
|
"type": "sst.aws.Vpc"
|
||||||
|
}
|
||||||
"Web": {
|
"Web": {
|
||||||
"type": "sst.aws.StaticSite"
|
"type": "sst.aws.StaticSite"
|
||||||
"url": string
|
"url": string
|
||||||
|
|||||||
40
sst-env.d.ts
vendored
40
sst-env.d.ts
vendored
@@ -28,6 +28,17 @@ declare module "sst" {
|
|||||||
"name": string
|
"name": string
|
||||||
"type": "sst.aws.Bus"
|
"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": {
|
"DatabaseMigrator": {
|
||||||
"name": string
|
"name": string
|
||||||
"type": "sst.aws.Function"
|
"type": "sst.aws.Function"
|
||||||
@@ -40,6 +51,11 @@ declare module "sst" {
|
|||||||
"type": "sst.sst.Secret"
|
"type": "sst.sst.Secret"
|
||||||
"value": string
|
"value": string
|
||||||
}
|
}
|
||||||
|
"Email": {
|
||||||
|
"configSet": string
|
||||||
|
"sender": string
|
||||||
|
"type": "sst.aws.Email"
|
||||||
|
}
|
||||||
"GithubClientID": {
|
"GithubClientID": {
|
||||||
"type": "sst.sst.Secret"
|
"type": "sst.sst.Secret"
|
||||||
"value": string
|
"value": string
|
||||||
@@ -48,30 +64,10 @@ declare module "sst" {
|
|||||||
"type": "sst.sst.Secret"
|
"type": "sst.sst.Secret"
|
||||||
"value": string
|
"value": string
|
||||||
}
|
}
|
||||||
"Mail": {
|
|
||||||
"configSet": string
|
|
||||||
"sender": string
|
|
||||||
"type": "sst.aws.Email"
|
|
||||||
}
|
|
||||||
"NestriVpc": {
|
|
||||||
"bastion": string
|
|
||||||
"type": "sst.aws.Vpc"
|
|
||||||
}
|
|
||||||
"PolarSecret": {
|
"PolarSecret": {
|
||||||
"type": "sst.sst.Secret"
|
"type": "sst.sst.Secret"
|
||||||
"value": string
|
"value": string
|
||||||
}
|
}
|
||||||
"Postgres": {
|
|
||||||
"clusterArn": string
|
|
||||||
"database": string
|
|
||||||
"host": string
|
|
||||||
"password": string
|
|
||||||
"port": number
|
|
||||||
"reader": string
|
|
||||||
"secretArn": string
|
|
||||||
"type": "sst.aws.Aurora"
|
|
||||||
"username": string
|
|
||||||
}
|
|
||||||
"Steam": {
|
"Steam": {
|
||||||
"service": string
|
"service": string
|
||||||
"type": "sst.aws.Service"
|
"type": "sst.aws.Service"
|
||||||
@@ -87,6 +83,10 @@ declare module "sst" {
|
|||||||
"site": string
|
"site": string
|
||||||
"type": "sst.sst.Linkable"
|
"type": "sst.sst.Linkable"
|
||||||
}
|
}
|
||||||
|
"VPC": {
|
||||||
|
"bastion": string
|
||||||
|
"type": "sst.aws.Vpc"
|
||||||
|
}
|
||||||
"Web": {
|
"Web": {
|
||||||
"type": "sst.aws.StaticSite"
|
"type": "sst.aws.StaticSite"
|
||||||
"url": string
|
"url": string
|
||||||
|
|||||||
Reference in New Issue
Block a user