Sha256: 0bf376f587963e1804471643fbd83d106268ff68991f4a168b624d1ec673205f

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 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'
  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

1 entries across 1 versions & 1 rubygems

Version Path
lobot-0.10.0 lib/generators/lobot/templates/ci.yml