Open
Description
Deployment webhooks sent to tarantool.io can sometimes fail. We should improve the way we handle them in all doc projects, like it's already done in tarantool/doc.
- Run the deployment webhook in a separate CI step, not as part of
upload_output.sh
. - Extract webhooks to files in
./webhooks/*.sh
. - Add an environment file for testing webhooks.
- Retry deployment webhooks with actions/retry-step
- Print log messages from webhooks.
Affected repositories and branches: