Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 19, 2024
1 parent 1a85577 commit e37303d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 93 deletions.
77 changes: 0 additions & 77 deletions cloud/deploy.ts

This file was deleted.

1 change: 1 addition & 0 deletions cloud/server/deploy-script.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO: coming soon
1 change: 1 addition & 0 deletions cloud/server/infrastructure.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO: coming soon
7 changes: 7 additions & 0 deletions cloud/serverless/deploy-script.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export const afterDeployment = async () => {
console.log('afterDeploy')
}

export const beforeDeployment = async () => {
console.log('beforeDeploy')
}
17 changes: 1 addition & 16 deletions cloud/infrastructure.ts → cloud/serverless/infrastructure.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
import { AiStack, CdnStack, CliStack, ComputeStack, DeploymentStack, DnsStack, DocsStack, EmailStack, FileSystemStack, JumpBoxStack, NetworkStack, PermissionsStack, QueueStack, RedirectsStack, SecurityStack, StorageStack } from '@stacksjs/cloud'
import { config } from '@stacksjs/config'
import { Stack } from 'aws-cdk-lib'
import type { Construct } from 'constructs'
import type { CloudOptions } from '../types'
import { AiStack } from './ai'
import { CdnStack } from './cdn'
import { CliStack } from './cli'
import { ComputeStack } from './compute'
import { DeploymentStack } from './deployment'
import { DnsStack } from './dns'
import { DocsStack } from './docs'
import { EmailStack } from './email'
import { FileSystemStack } from './file-system'
import { JumpBoxStack } from './jump-box'
import { NetworkStack } from './network'
import { PermissionsStack } from './permissions'
import { QueueStack } from './queue'
import { RedirectsStack } from './redirects'
import { SecurityStack } from './security'
import { StorageStack } from './storage'

// import { DashboardStack } from './dashboard'

Expand Down
1 change: 1 addition & 0 deletions storage/framework/core/cloud/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const result = await Bun.build({
'@aws-sdk/client-route-53-domains',
'@aws-sdk/client-s3',
'@stacksjs/cli',
'@stacksjs/cloud',
'@stacksjs/config',
'@stacksjs/error-handling',
'@stacksjs/logging',
Expand Down

0 comments on commit e37303d

Please sign in to comment.