dummybot/routes
javiservices 65981b4bd6
Some checks are pending
Deploy DummyBot / Build & Deploy to ${{ env.DEPLOY_HOST }} (push) Waiting to run
feat(deploy): webhook de Gitea → /webhook/deploy
Gitea 1.22.6 no soporta Actions completo. Solución:
- WebhookController valida HMAC-SHA256, dispara script en background
- /usr/local/bin/dummybot-deploy.sh hace git pull + composer + npm + migrate + up
- Webhook en Gitea → POST http://157.180.77.232:18080/webhook/deploy
- Secreto DEPLOY_WEBHOOK_SECRET en .env, validado por X-Hub-Signature-256
- Mount del script y log dir al container dummybot_app
2026-06-18 12:12:11 +02:00
..
api.php fix: mover rutas web /api/* a routes/web.php para usar sesión Sanctum (auth web guard) 2026-06-17 09:15:55 +02:00
console.php Initial commit: DummyBot Laravel backend with Docker setup 2026-06-17 00:28:42 +02:00
web.php feat(deploy): webhook de Gitea → /webhook/deploy 2026-06-18 12:12:11 +02:00