Implement Continuous Deployment
- Lingua principale
- PHP
- Stelle
- 2
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- github-actions, laravel, php
- Ambito
- ci-cd, devops
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100