2bnb / 2bnb/website

Implement Continuous Deployment

Ouverte
#18 2 commentaires 0 réactions 1 personne assignée Réclamée par @Saborknight Voir sur GitHub
backend enhancement
Langage dominant
PHP
Étoiles
2
Forks
2
Métriques de merge des PR
Aucune PR mergée en 30 j

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
github-actions, laravel, php
Domaine
ci-cd, devops
Type d'issue
Fonctionnalité
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
45/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.