Skip to content

ci: add automated deployment status summaries to GitHub Actions - #857

Merged
Nitya-003 merged 2 commits into
Nitya-003:mainfrom
AnzalKhan16:feature/deployment-summary
Jul 31, 2026
Merged

ci: add automated deployment status summaries to GitHub Actions#857
Nitya-003 merged 2 commits into
Nitya-003:mainfrom
AnzalKhan16:feature/deployment-summary

Conversation

@AnzalKhan16

Copy link
Copy Markdown
Contributor

📌 Overview

This PR adds automated deployment status summaries to the CI/CD pipeline. It introduces a new deploy.yml GitHub Actions workflow that simulates a deployment and post-deployment health check. Upon completion, the workflow generates a rich Markdown summary table in the GitHub Actions job summary ($GITHUB_STEP_SUMMARY) displaying:

  • ✅ Success or ❌ Failure status
  • 🌿 The deployed branch or tag
  • 🔖 The deployed commit SHA
  • ⏱️ Total deployment duration
  • 🩺 Health-check results
  • ❌ Useful failure details (if applicable)

🛠️ Type of Change

  • ⛓️ Smart Contract (Solidity changes, Gas optimization)
  • 💻 Frontend (UI/UX, React components, Tailwind)
  • ⚙️ Backend (API routes, MongoDB schemas, Middleware)
  • 📄 Documentation (README, Roadmap updates)
  • 🧪 Testing (Hardhat tests, Jest/Vitest)
  • 🤖 CI/CD (GitHub Actions, Automation)

🔗 Related Issue

Closes #856


🧪 Testing & Verification

  • Smart Contracts: npx hardhat test passed? (NA)
  • Frontend: Verified on Mobile/Desktop responsiveness? (NA)
  • Integration: Verified ethers.js connectivity with local/testnet node? (NA)
  • CI/CD: Verified that the GitHub Actions YAML syntax is correct and the workflow triggers on pushes to main. (Yes)

📸 Screenshots / Demos

N/A — This is a CI/CD workflow automation update. The results will be visible in the workflow run's Summary page.


✅ PR Checklist

  • My code follows the project's style guidelines.
  • I have commented my code, particularly in complex areas (e.g., Smart Contract logic).
  • I have updated the documentation accordingly.
  • My changes generate no new warnings.

💬 Additional Notes

The current deploy.yml file contains placeholder sleep and echo commands to mock the deployment and health check processes. When ready, you can seamlessly swap these out with the actual deployment commands while keeping the notification logic intact!

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

@AnzalKhan16 is attempting to deploy a commit to the Nitya Gosain's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Nitya-003 Nitya-003 added enhancement New feature or request gssoc:approved gssoc'26 approved quality:clean *1.2 for contributor +5 pts for mentor level:intermediate 35 pts for contributor 20 pts for mentor type:feature labels Jul 31, 2026
@Nitya-003
Nitya-003 merged commit d0f0677 into Nitya-003:main Jul 31, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request gssoc:approved gssoc'26 approved level:intermediate 35 pts for contributor 20 pts for mentor quality:clean *1.2 for contributor +5 pts for mentor type:feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add deployment status notifications to CI/CD pipeline

2 participants