{"id":28403723,"url":"https://github.com/basemax/vuejs-cicd-deploy-ftp-cpanel","last_synced_at":"2026-05-05T15:33:15.469Z","repository":{"id":294630896,"uuid":"987565033","full_name":"BaseMax/vuejs-cicd-deploy-ftp-cpanel","owner":"BaseMax","description":"This project demonstrates how to set up a Vue 3 + Vite project using Bun or Node.js, with automated deployment to FTP CPanel VPS using GitHub Actions.","archived":false,"fork":false,"pushed_at":"2025-05-21T09:47:39.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T18:56:52.183Z","etag":null,"topics":["cd","ci","ci-cd","cicd","cpanel","ftp","github","github-action","github-actions","vue-cicd","vuejs","vuejs-cicd"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/BaseMax.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,"zenodo":null}},"created_at":"2025-05-21T09:02:34.000Z","updated_at":"2025-05-21T09:47:43.000Z","dependencies_parsed_at":"2025-05-22T09:48:05.131Z","dependency_job_id":null,"html_url":"https://github.com/BaseMax/vuejs-cicd-deploy-ftp-cpanel","commit_stats":null,"previous_names":["basemax/vuejs-cicd-deploy-ftp-cpanel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/vuejs-cicd-deploy-ftp-cpanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fvuejs-cicd-deploy-ftp-cpanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fvuejs-cicd-deploy-ftp-cpanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fvuejs-cicd-deploy-ftp-cpanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fvuejs-cicd-deploy-ftp-cpanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/vuejs-cicd-deploy-ftp-cpanel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fvuejs-cicd-deploy-ftp-cpanel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262222265,"owners_count":23277391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cd","ci","ci-cd","cicd","cpanel","ftp","github","github-action","github-actions","vue-cicd","vuejs","vuejs-cicd"],"created_at":"2025-06-01T19:08:38.876Z","updated_at":"2026-05-05T15:33:15.416Z","avatar_url":"https://github.com/BaseMax.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Vue.js CI/CD Deployment on FTP CPanel (via GitHub Actions)\n\nThis project demonstrates how to set up a **Vue 3 + Vite** project using **Bun** or **Node.js**, with automated deployment to **FTP CPanel VPS** using GitHub Actions.\n\n---\n\n## 📦 Tech Stack\n\n- ⚡ [Vue 3](https://vuejs.org/)\n- ⚗️ [Vite](https://vitejs.dev/)\n- 🧪 [Bun](https://bun.sh/) or [Node.js](https://nodejs.org/)\n- 🛠 GitHub Actions CI/CD\n\n---\n\n## 🧪 Development\n\nRun locally with **Bun**:\n\n```bash\nbun install\nbun run dev\n```\n\nOr with npm:\n\n```bash\nnpm install\nnpm run dev\n```\n\n## ▶ GitHub Actions CI/CD\n\nAutomatic deployment is also set up via .github/workflows/deploy.yml. On every push to main, it:\n\n- Installs dependencies\n- Runs the build script (to generate `dist` directory)\n- Upload `dist` directory into target Host(server) via FTP/CPanel.\n\n## 📁 Directory Structure\n\n```bash\n.\n├── .github/workflows/deploy.yml   # GitHub Actions CI/CD\n├── src/                           # Vue app source code\n├── dist/                          # Auto-generated after build\n├── index.html\n├── vite.config.ts\n└── package.json\n```\n\n## 🛠 Scripts in package.json\n\n\n```json\n{\n  \"scripts\": {\n    \"dev\": \"vite\",\n    \"build\": \"vite build\",\n    \"preview\": \"vite preview\"\n  }\n}\n```\n\n## 🔐 Notes\n\nYou need to add some GitHub Actions env variables.\n\n- `FTP_HOST`\n- `FTP_PORT`\n- `FTP_USERNAME`\n- `FTP_PASSWORD`\n- `FTP_PATH`\n\n## 👤 Author\n\nSeyyed Ali Mohammadiyeh (Max Base)\n\n📬 maxbasecode@gmail.com\n\n🔗 https://github.com/BaseMax\n\n## 🪪 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fvuejs-cicd-deploy-ftp-cpanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fvuejs-cicd-deploy-ftp-cpanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fvuejs-cicd-deploy-ftp-cpanel/lists"}