2bnb / 2bnb/website

Implement Continuous Deployment

オープン
#18 コメント 2 件 リアクション 0 件 担当者 1 名 @Saborknight が担当を希望しています GitHub で見る
backend enhancement
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。