Try to fix lists

This commit is contained in:
Quentin 2020-11-22 13:00:15 +01:00
parent 9f41d95dcf
commit 804078b3f4
1 changed files with 2 additions and 0 deletions

View File

@ -79,7 +79,9 @@ Bear in mind that, once the deployment is done on Nomad, you may still need to w
If everythings worked as intended, you can commit and push your deployment file. If everythings worked as intended, you can commit and push your deployment file.
If something went wrong, you must rollback your deployment. 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) 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. Now, if the deployment failed, you should probably investigate what went wrong offline.