From 0fb3cb7aef07042cffb2d04b4c19c37a8c5c9513 Mon Sep 17 00:00:00 2001 From: dmolinari Date: Sat, 14 Jun 2025 23:13:05 -0300 Subject: [PATCH] Reseteo de estado por fallas del deply. --- .gitea/workflows/deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ec0d9bf..813726d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,9 +10,6 @@ jobs: name: Construir y Subir Imágenes Docker runs-on: ubuntu-latest - container: - image: host - steps: - name: Checkout del código uses: actions/checkout@v4 @@ -50,9 +47,6 @@ jobs: name: Desplegar a Producción runs-on: ubuntu-latest needs: build - - container: - image: host steps: - name: Desplegar con Docker Compose