2bnb / 2bnb/website

Implement Continuous Deployment

Open
#18 2 comments 0 reactions 1 assignee Claimed by @Saborknight View on GitHub
backend enhancement
Dominant language
PHP
Stars
2
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, laravel, php
Domain
ci-cd, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.