Skip to content

Commit fc5c49d

Browse files
committed
chore: wip
1 parent f0d1d63 commit fc5c49d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
File renamed without changes.

cloud/server/infrastructure.ts renamed to cloud/servers.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
export const servers = {
2+
type: 'aws',
3+
useLoadBalancer: true,
4+
25
app: {
36
name: 'app-server-1',
47
domain: 'stacksjs.org',
@@ -80,6 +83,4 @@ export const servers = {
8083
// subnet: 'subnet-123456789',
8184
// serverOS: 'ubuntu-20-lts-x86_64',
8285
// },
83-
84-
useLoadBalancer: true,
8586
}

0 commit comments

Comments
 (0)