We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9906d0 commit ecb3e44Copy full SHA for ecb3e44
example/serverless.yml
@@ -1,7 +1,7 @@
1
name: websitedemo
2
org: test
3
app: websiteApp
4
-component: website@dev
+component: website
5
stage: dev
6
7
inputs:
@@ -12,17 +12,3 @@ inputs:
12
region: ap-guangzhou
13
bucketName: my-bucket
14
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
26
- http2: on
27
- certInfo:
28
- certId: 'Z67aCPcj'
0 commit comments