#Deployment

Deployment
8 min readHow to Deploy with GitHub Actions (CI/CD Pipeline)
Build a CI/CD pipeline with GitHub Actions - trigger on push, run install/test/build, deploy a Docker image, and store credentials as encrypted secrets.
By Pasindu Gamage· 7/19/2026

Deployment
10 min readHow to Deploy a Node.js App to Production
Deploy a Node.js app to production - prepare env vars, containerize with Docker, run on a PaaS or your own server, and add health checks and logs - with a production checklist.
By Pasindu Gamage· 7/15/2026