Create CodeBuild Project

It is common to use CodeBuild as a Stage Action in the pipeline. Here’s are instructions to quickly create a CodeBuild project.

We’ll use the cody.run tool to help with this. Here are the commands.

gem install cody # installs cody command
cody init # generates starter .cody files including the buildspec.yml
# edit and commit the .cody files
git add .cody
git commit -m 'add .cody files'
git push
cody deploy demo # creates a codebuild project

There’s also an example where we quickly create 4 test codebuild projects here: Multiple CodeBuild Projects.

Pro tip: Use the <- and -> arrow keys to move back and forward.

Edit this page

See a typo or an error? You can improve this page. This website is available on GitHub, and contributions are encouraged and welcomed. We love pull requests from you!