diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cabeb9d..777db25 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Construir y Subir Imágenes Docker - runs-on: ubuntu-latest + runs-on: sh-runner steps: # --- ¡PASO #1! --- @@ -44,7 +44,7 @@ jobs: deploy: name: Desplegar a Producción - runs-on: ubuntu-latest + runs-on: sh-runner needs: build steps: