Skip to content

docs: add missing CI/CD workflow entries to deployment documentation - #625

Open
VerifiedFlemzy1 wants to merge 1 commit into
Heliobond:mainfrom
VerifiedFlemzy1:fix-deployment-ci-doc
Open

docs: add missing CI/CD workflow entries to deployment documentation#625
VerifiedFlemzy1 wants to merge 1 commit into
Heliobond:mainfrom
VerifiedFlemzy1:fix-deployment-ci-doc

Conversation

@VerifiedFlemzy1

Copy link
Copy Markdown

Closes #477
This PR updates the deployment documentation to accurately reflect all CI/CD workflows in the repository.

What was fixed

The CI/CD pipeline table in docs/DEPLOYMENT.md originally listed only three workflows (ci.yml, release.yml, deploy.yml). The repository actually contains five active workflow files:

  • load-test.yml – scheduled k6 load‑testing scenarios (and can be triggered manually)
  • security-audit.yml – scheduled security audits (dependency audit, code scan, secret detection, license compliance) and can also be run manually

Changes

  • Added rows for load-test.yml and security-audit.yml to the CI/CD pipeline table, including their triggers and a concise description of what each workflow does.
  • Updated the table header to list all five workflows.

No other files were modified.

Why this matters

Keeping the documentation in sync with the actual CI configuration prevents confusion for contributors and ensures that the CI/CD pipeline overview is complete and reliable.

Verification

The updated table now renders correctly in the Markdown preview and matches the files present in .github/workflows/.


Open the PR:
You can view and merge the PR using the following URL (GitHub will auto‑populate the PR with the pushed branch):

https://github.com/VerifiedFlemzy1/backend/pull/new/fix-deployment-ci-doc

If the URL opens the “Create Pull Request” screen, simply review the changes and click Create pull request.

@drips-wave

drips-wave Bot commented Sep 3, 2026

Copy link
Copy Markdown

@VerifiedFlemzy1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

DEPLOYMENT.md's CI/CD table lists only 3 workflows — omits load-test.yml and security-audit.yml

1 participant