2bnb / 2bnb/website

Implement Continuous Deployment

Abierto
#18 2 comentarios 0 reacciones 1 asignado Reclamado por @Saborknight Ver en GitHub
backend enhancement
Lenguaje dominante
PHP
Estrellas
2
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
github-actions, laravel, php
Área
ci-cd, devops
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.