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

AWS CodeBuild Overview

AWS CodeBuild Overview

sakajunquality

April 27, 2018
Tweet

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 ...