Implement Continuous Deployment
- 主要言語
- PHP
- スター
- 2
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions, laravel, php
- 領域
- ci-cd, devops
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100