Sha256: dd63d221815d67cb9e60d19a0256b0093c07053189cccdf37db41ad13d596d8b

Contents?: true

Size: 842 Bytes

Versions: 3

Compression:

Stored size: 842 Bytes

Contents

---
app_name: SHORT_APPLICATION_NAME
app_user: APPLICATION_USER
git_location: GIT CLONE URL
basic_auth:
- username: BASIC_AUTH_LOGIN_NAME
  password: BASIC_AUTH_PASSWORD
credentials:
  aws_access_key_id: AWS_ACCESS_KEY #https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&action=access-key
  aws_secret_access_key: AWS_SECRET
  provider: AWS # leave this one
server:
  flavor_id: m1.large # See http://aws.amazon.com/ec2/instance-types/ API name values
  security_group: ci_servers
  name:    # run 'rake ci:server_start to populate'
  instance_id:  # run 'rake ci:server_start to populate'
  ssh_port: # default to 22, but override here
build_command: ./script/ci_build.sh
ec2_server_access:
  key_pair_name: NAME_OF_YOUR_KEY_PAIR # like myapp_ci
  id_rsa_path: ~/.ssh/id_rsa
github_private_ssh_key_path: ~/.ssh/id_rsa

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lobot-0.10.3 lib/generators/lobot/templates/ci.yml
lobot-0.10.2 lib/generators/lobot/templates/ci.yml
lobot-0.10.1 lib/generators/lobot/templates/ci.yml