diff options
Diffstat (limited to 'op_guide')
-rw-r--r-- | op_guide/update_matrix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_guide/update_matrix.md b/op_guide/update_matrix.md index 9387a7f..7df588f 100644 --- a/op_guide/update_matrix.md +++ b/op_guide/update_matrix.md @@ -70,7 +70,7 @@ nomad plan im.hcl ``` Check that the proposed diff corresponds to what you have in mind. -If it seems OK, just copy paste the proposed `nomad run ...` command proposed as part of the output of the `nomad plan` command. +If it seems OK, just copy paste the proposed `nomad job run ... im.hcl` command proposed as part of the output of the `nomad plan` command. From now, it will take around ~2 minutes to deploy the new images. You can follow the deployment from the Nomad UI. |