Skip to content

Commit

Permalink
Fix typo on IAC practices blog post (#13795)
Browse files Browse the repository at this point in the history
  • Loading branch information
kramhuber authored Jan 13, 2025
1 parent c5fe998 commit 335a9a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ This approach definitely works --- but it presents at least a few problems:
But if they didn't, the developer's ad-hoc deployment would be lost. At best, it'd force both team members to drop what they were doing and get in touch to figure out what to do next. At worst, it could lead to confusion and the potential for shipping untested code.
3. In addition to raising the risk of developers overwriting each other's work, active collaboration the same stack increases the likelihood of deployment conflicts. On the one hand, this is a good thing in that Pulumi prevents same-stack updates from running concurrently:
3. In addition to raising the risk of developers overwriting each other's work, active collaboration on the same stack increases the likelihood of deployment conflicts. On the one hand, this is a good thing in that Pulumi prevents same-stack updates from running concurrently:
```
$ pulumi up
Expand Down

0 comments on commit 335a9a8

Please sign in to comment.