Skip to content

Commit 8b0b23c

Browse files
committed
Filled in zero-module
1 parent ff8b6e0 commit 8b0b23c

1 file changed

Lines changed: 27 additions & 6 deletions

File tree

zero-module.yml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,33 @@
1-
name: commit0-deployable-frontend
2-
description: 'A deployable single page application based on Create React App.'
1+
name: deployable-backend
2+
description: 'zero module for a deployable single page application based on Create React App and deployed to S3/Cloudfront'
33
author: 'Commit'
4-
icon: ''
5-
thumbnail: ''
64

75
template:
8-
strictMode: false
6+
strictMode: true
97
delimiters:
108
- '<%'
119
- '%>'
12-
output: '.'
10+
inputDir: 'templates'
11+
outputDir: 'frontend'
12+
13+
requiredCredentials:
14+
- aws
15+
- circleci
16+
- github
17+
18+
parameters:
19+
- field: region
20+
label: Select AWS Region
21+
options:
22+
- "us-west-1"
23+
- "us-west-2"
24+
- "us-east-1"
25+
- "us-east-2"
26+
- field: productionFrontendHost
27+
label: Production Frontend Host Name (e.g. app.mydomain.com)
28+
- field: productionBackendHost
29+
label: Production Backend Host Name (e.g. api.mydomain.com)
30+
- field: stagingFrontendHost
31+
label: Staging Frontend Host Name (e.g. app.mydomain-staging.com)
32+
- field: stagingBackendHost
33+
label: Staging Backend Host Name (e.g. api.mydomain-staging.com)

0 commit comments

Comments
 (0)