Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS CodeBuild Overview

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

AWS CodeBuild Overview

Avatar for sakajunquality

sakajunquality

April 27, 2018

More Decks by sakajunquality

Other Decks in Technology

Transcript

  1. -

  2. version: 0.2 environment_variables: plaintext: FOO: "bar" phases: pre_build: commands: -

    $(aws ecr get-login --region ap-northeast-1) build: commands: - docker build -t myapp:hashhash post_build: commands: - docker push ...