From e9d838ec46fb4bfdade3941c37b63e4567f85d3b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 9 May 2023 14:32:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31911a46..da83c9d6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This will: 5. Push the image to the registry. 6. Pull the image from the registry onto the servers. 7. Ensure Traefik is running and accepting traffic on port 80. -8. Ensure your app responds with `200 OK` to `GET /up`. +8. Ensure your app responds with `200 OK` to `GET /up` (you must have curl installed inside your app image!). 9. Start a new container with the version of the app that matches the current git version hash. 10. Stop the old container running the previous version of the app. 11. Prune unused images and stopped containers to ensure servers don't fill up.