Skip to content

Commit

Permalink
Update disaster-recovery.md
Browse files Browse the repository at this point in the history
Giving a bit more context for running the steps for backup verifications
  • Loading branch information
philtuskha authored Feb 7, 2024
1 parent eefc691 commit 899bf5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/infrastructure/hosting-services/disaster-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ However, most projects should roughly follow this pattern:
```
3. Deploy a recent application image to the disaster recovery environment:
```sh
# Find current deployed tag
# Find current deployed tag, where <NAMESPACE> is the production namespace.
kubectl -n <NAMESPACE> get deployments -o wide
# Deploy
# Deploy (<TAG> is at the end of the app image string after the colon.)
inv dr deploy --tag=<TAG>
```
4. Visit deployed site in your browser, log in, update Site object, and perform basic smoke tests:
Expand Down

0 comments on commit 899bf5f

Please sign in to comment.