Implement initial API structure with Docker support, CI/CD workflows, and authentication features
Despliegue Automático / desplegar (push) Failing after 1m29s
Despliegue Automático / desplegar (push) Failing after 1m29s
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: CI - Prueba de Compilación
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
|
||||
jobs:
|
||||
test-build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 📥 Descargar código
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: 🛠️ Probar Build de Docker (Sin desplegar)
|
||||
run: |
|
||||
# Esto solo construye la imagen para ver si hay errores
|
||||
# pero no levanta el contenedor en tu servidor
|
||||
docker build .
|
||||
Reference in New Issue
Block a user