Created
April 30, 2019 21:38
-
-
Save d-nishi/1dbd24a4f2321ba3e72b4ea0a4cc679f to your computer and use it in GitHub Desktop.
update_pulumi_stack.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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