Sha256: bdcc1354b79a5b8998c42828ae0192560de969395a6deed1168e26ee4dee5804

Contents?: true

Size: 339 Bytes

Versions: 2

Compression:

Stored size: 339 Bytes

Contents

## Create CodeBuild Project

To create the CodeBuild project via CloudFormation run:

    cb deploy demo

This creates the CodeBuild project as well as the necessary IAM role.

## Start Build

To start a build:

    cb start

You can also start a build with a specific branch. Remember to `git push` your branch.

    cb start -b mybranch

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
codebuild-0.6.2 docs/_includes/examples-steps.md
codebuild-0.6.1 docs/_includes/examples-steps.md