Skip to content

Commit ecb3e44

Browse files
committed
chore: fix example yml
1 parent b9906d0 commit ecb3e44

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

example/serverless.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: websitedemo
22
org: test
33
app: websiteApp
4-
component: website@dev
4+
component: website
55
stage: dev
66

77
inputs:
@@ -12,17 +12,3 @@ inputs:
1212
region: ap-guangzhou
1313
bucketName: my-bucket
1414
protocol: https
15-
hosts:
16-
- host: fullstack.yugasun.com
17-
autoRefesh: true
18-
async: false
19-
area: overseas
20-
forceRedirect:
21-
switch: on
22-
redirectType: https
23-
redirectStatusCode: 301
24-
https:
25-
switch: on
26-
http2: on
27-
certInfo:
28-
certId: 'Z67aCPcj'

0 commit comments

Comments
 (0)