123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "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-095792100b6e43a67)",
- "value": "ami-095792100b6e43a67"
- },
- "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": ""
- },
- "deploymentType": {
- "description": "Chain deployment type (live, dev etc.)",
- "value": "live"
- },
- "encryptionKey": {
- "description": "Password to encrypt the artifacts",
- "value": "password"
- }
- }
|