{"id":25510386,"url":"https://github.com/rizkyngrh23/deploymate","last_synced_at":"2026-02-13T14:14:55.518Z","repository":{"id":276272258,"uuid":"928778568","full_name":"rizkyngrh23/DeployMate","owner":"rizkyngrh23","description":"A zero-config CI/CD tool to automatically deploy Node.js apps to Vercel, Netlify, or DigitalOcean with a single command.","archived":false,"fork":false,"pushed_at":"2025-02-12T08:56:15.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T04:35:05.805Z","etag":null,"topics":["automation","ci-cd","deployment","devops","digitalocean","netlify","nodejs","vercel"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rizkyngrh23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-07T08:16:23.000Z","updated_at":"2025-02-12T08:56:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"3370e698-a6bd-4d58-94c4-12f5127e5b07","html_url":"https://github.com/rizkyngrh23/DeployMate","commit_stats":null,"previous_names":["rizkyngrh23/deploymate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rizkyngrh23/DeployMate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizkyngrh23%2FDeployMate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizkyngrh23%2FDeployMate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizkyngrh23%2FDeployMate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizkyngrh23%2FDeployMate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rizkyngrh23","download_url":"https://codeload.github.com/rizkyngrh23/DeployMate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizkyngrh23%2FDeployMate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29409600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","ci-cd","deployment","devops","digitalocean","netlify","nodejs","vercel"],"created_at":"2025-02-19T09:39:43.392Z","updated_at":"2026-02-13T14:14:55.510Z","avatar_url":"https://github.com/rizkyngrh23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeployMate.js 🚀\n\nA zero-config CI/CD tool to automatically deploy Node.js apps to Vercel, Netlify, or DigitalOcean with a single command.\n\n## 📦 Use case:\n\n- Deploy full-stack apps automatically\n- Git-based versioning with rollback\n- Works with Docker, PM2, or serverless platforms\n\n## 🔹 Features:\n- ✅ Auto-detects project type (React, Next.js, Express, and Static HTML)\n- ✅ Deploys to multiple cloud providers\n- ✅ Supports rollback \u0026 environment variables\n\n## Installation\n\n```bash\nnpm install -g deploymate\n```\n\n## Usage\n\n1. Create a `deploy.config.json` file in the root of your project:\n\n```json\n{\n    \"provider\": \"vercel\", // Change to \"netlify\" or \"digitalocean\" as needed\n    \"envVariables\": {\n        \"vercel\": \"VERCEL_TOKEN\",\n        \"netlify\": \"NETLIFY_TOKEN\",\n        \"digitalocean\": \"DIGITALOCEAN_TOKEN\"\n    }\n}\n```\n\n2. Create a `.env` file in the root of your project with your deployment tokens:\n\n```properties\nVERCEL_TOKEN=your_vercel_token\nNETLIFY_TOKEN=your_netlify_token\nDIGITALOCEAN_TOKEN=your_digitalocean_token\n```\n\n3. Ensure `.env` is added to `.gitignore` to keep your tokens secure:\n\n```gitignore\n.vercel\n.env\nnode_modules\n```\n\n4. Run the deploy command:\n\n```bash\ndeploymate\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request on GitHub.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Security\n\n- Uses minimal dependencies for better maintenance and security.\n- Ensure your deployment tokens and secrets are stored securely in the `.env` file.\n- The names of the environment variables can be specified in the `deploy.config.json` file, allowing flexibility for users to name their environment variables as they prefer.\n\n## Links\n\n- [Repository](https://github.com/rizkyngrh23/DeployMate)\n- [Issues](https://github.com/rizkyngrh23/DeployMate/issues)\n- [Homepage](https://github.com/rizkyngrh23/DeployMate#readme)\n- [npm Package](https://www.npmjs.com/package/deploymate)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizkyngrh23%2Fdeploymate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frizkyngrh23%2Fdeploymate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizkyngrh23%2Fdeploymate/lists"}