Skip to content

feat(ci): add daily health check workflow#6

Merged
Mr-Fred merged 1 commit into
part11-ci-cd-systemsfrom
part11-ci-cd-systems-dev
Jul 14, 2025
Merged

feat(ci): add daily health check workflow#6
Mr-Fred merged 1 commit into
part11-ci-cd-systemsfrom
part11-ci-cd-systems-dev

Conversation

@Mr-Fred

@Mr-Fred Mr-Fred commented Jul 14, 2025

Copy link
Copy Markdown
Owner

This commit introduces a new GitHub Actions workflow (healthcheck.yml) to perform periodic health checks on the deployed application.

The workflow runs once every 24 hours, sending a request to the application URL. This helps to proactively monitor application uptime and will fail if the site is down, providing a notification of the issue.

This commit introduces a new GitHub Actions workflow (`healthcheck.yml`) to perform periodic health checks on the deployed application.

The workflow runs once every 24 hours, sending a request to the application URL. This helps to proactively monitor application uptime and will fail if the site is down, providing a notification of the issue.

@Mr-Fred Mr-Fred left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Mr-Fred
Mr-Fred merged commit 7ddee1a into part11-ci-cd-systems Jul 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant