Sha256: e23e33c3cc600a423d3026f0763717c90fefa54fbae26eda642f43a5c4cea079

Contents?: true

Size: 826 Bytes

Versions: 5

Compression:

Stored size: 826 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
  security_group: ci_servers
  name:    # run 'rake ci:server_start to populate'
  instance_id:  # run 'rake ci:server_start to populate'
build_command: ./cruise_build.sh
ec2_server_access:
  key_pair_name: NAME_OF_YOUR_KEY_PAIR # like myapp_ci
  id_rsa_path: ~/.ssh/id_rsa
id_rsa_for_github_access: |-
  -----BEGIN RSA PRIVATE KEY-----
  SSH KEY WITH ACCESS TO GITHUB GOES HERE
  -----END RSA PRIVATE KEY-----

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lobot-0.9.6 lib/generators/lobot/templates/ci.yml
lobot-0.9.5 lib/generators/lobot/templates/ci.yml
lobot-0.9.4 lib/generators/lobot/templates/ci.yml
lobot-0.9.2 lib/generators/lobot/templates/ci.yml
lobot-0.9.0 lib/generators/lobot/templates/ci.yml