Highlight

This commit is contained in:
David Heinemeier Hansson
2023-02-15 18:08:46 +01:00
committed by GitHub
parent e36a5e111c
commit 8ff206ba7e

View File

@@ -22,7 +22,7 @@ env:
Then edit your `.env` file to add your registry password as `MRSK_REGISTRY_PASSWORD` (and your `RAILS_MASTER_KEY` for production with a Rails app).
Finally, you have to ensure your application can answer 200 OK to a GET /up request. That's how the zero-downtime deploy process knows that your new version is ready to serve traffic.
Finally, you have to ensure your application can answer `200 OK` to a `GET /up` request. That's how the zero-downtime deploy process knows that your new version is ready to serve traffic.
Now you're ready to deploy to the servers: