Skip to content

Instantly share code, notes, and snippets.

@d-nishi
Created April 30, 2019 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d-nishi/6dc6fb7ad8197ffa0339b8b5da16d16b to your computer and use it in GitHub Desktop.
Save d-nishi/6dc6fb7ad8197ffa0339b8b5da16d16b to your computer and use it in GitHub Desktop.
CodeBuild spec yaml
version: 0.2
phases:
install:
commands:
# pulumi
- curl -L https://get.pulumi.com/ | bash -s -- --version 0.16.2
- export PATH=$PATH:$HOME/.pulumi/bin
build:
commands:
- update_pulumi_stack.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment