File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 '
33author : ' Commit'
4- icon : ' '
5- thumbnail : ' '
64
75template :
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)
You can’t perform that action at this time.
0 commit comments