12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "gitRepo": {
- "description": "Code repository",
- "value": "https://github.com/Joystream/joystream.git"
- },
- "branchName": {
- "description": "Branch to deploy",
- "value": "master"
- },
- "keyName": {
- "description": "SSH key pair on AWS",
- "value": "joystream-github-action-key"
- },
- "numberOfValidators": {
- "description": "Number of validators to deploy",
- "value": "2"
- },
- "validatorInstanceType": {
- "description": "AWS EC2 instance type for Validators (t2.micro, t2.large)",
- "value": "t2.micro"
- },
- "buildInstanceType": {
- "description": "AWS EC2 instance type for Build Instance (t2.micro, t2.large)",
- "value": "t2.large"
- },
- "rpcInstanceType": {
- "description": "AWS EC2 instance type for RPC (t2.micro, t2.large)",
- "value": "t2.micro"
- },
- "ec2AMI": {
- "description": "Pre-built AMI ID (ami-0090c9c49dc765fbb)",
- "value": "ami-0090c9c49dc765fbb"
- },
- "networkSuffix": {
- "description": "Network suffix that will be added to the network name",
- "value": "8129"
- },
- "initialBalancesFile": {
- "description": "HTTP Link to the Initial Balances file",
- "value": ""
- },
- "initialMembersFile": {
- "description": "HTTP Link to the Initial Members file",
- "value": ""
- }
- }
|