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/1dbd24a4f2321ba3e72b4ea0a4cc679f to your computer and use it in GitHub Desktop.
Save d-nishi/1dbd24a4f2321ba3e72b4ea0a4cc679f to your computer and use it in GitHub Desktop.
update_pulumi_stack.sh
echo "Updating Pulumi Stack"
# Download dependencies and build
npm install
npm run build
# Update the stack
pulumi stack select acme/website-production
pulumi update --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment