Implement Continuous Deployment
- Ngôn ngữ chính
- PHP
- Star
- 2
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Let Github send the website a notification each time we push something to the repo, which will make the website automatically deploy if there was any change on the master branch.
Currently using this guide:
https://medium.com/@gmaumoh/laravel-how-to-automate-deployment-using-git-and-webhooks-9ae6cd8dffae
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
The issue references a Laravel deployment guide using Git and webhooks. First, examine the repository for existing deployment scripts or CI/CD configuration. Look for a webhook endpoint in the Laravel application, likely in routes/web.php or a dedicated controller. The goal is to set up a GitHub webhook or GitHub Actions workflow that triggers on pushes to master, then runs deployment scripts (like pulling changes, running migrations). Test by simulating a push and verifying the site updates.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- github-actions, laravel, php
- Lĩnh vực
- ci-cd, devops
- Loại issue
- Tính năng
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100