From f544c202be50ec8cbbd0e7cbfbada63f881081da Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 22 Nov 2020 13:00:42 +0100 Subject: [PATCH] Another try? --- op_guide/update_matrix.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/op_guide/update_matrix.md b/op_guide/update_matrix.md index 4c451cb..27c12e0 100644 --- a/op_guide/update_matrix.md +++ b/op_guide/update_matrix.md @@ -80,8 +80,7 @@ If everythings worked as intended, you can commit and push your deployment file. If something went wrong, you must rollback your deployment. - 1. First, find a working deployment with [nomad job history](https://www.nomadproject.io/docs/commands/job/history) - + 1. First, find a working deployment with [nomad job history](https://www.nomadproject.io/docs/commands/job/history) 2. Revert to this deployment with [nomad job revert](https://www.nomadproject.io/docs/commands/job/revert) Now, if the deployment failed, you should probably investigate what went wrong offline.