Skip to content

Commit

Permalink
add lock note to usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 23, 2022
1 parent 61d3d14 commit 15697c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ If you need to lock deployments so that only you can trigger them, you can use t
- `.lock --info` - Displays info about the current deployment lock if one exists
- `.wcid` - An alias for `.lock --info`, it means "where can I deploy"

> Note: A deployment lock blocks deploys for all environments. **sticky** locks will also persist until someone removes them with `.unlock`
## Deployment Rollbacks 🔙

If something goes wrong and you need to redeploy the main/master/base branch of your repository, you can use the following set of commands:
Expand Down

0 comments on commit 15697c2

Please sign in to comment.