Sha256: 03b10682e1ebf7529f9c919b651679fcf0a465ec102674f018d16832c123f596
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 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: ./script/ci_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lobot-0.9.7 | lib/generators/lobot/templates/ci.yml |