Merge pull request #33 from bohdancho/main

docs(core): add curl to requirements for rollbacks
This commit is contained in:
Mauricio Siu
2025-04-13 14:50:35 -06:00
committed by GitHub

View File

@@ -9,6 +9,7 @@ Rollbacks are a powerful feature that allows you to easily revert changes to you
## Requirements
1. Have a `/health` endpoint in your application.
2. Have `curl` available in your container (if you use alpine for example, it won't be installed by default).
## Steps to Rollback