action casa yml 1
Some checks are pending
Deploy Automático / deploy (push) Waiting to run

This commit is contained in:
jesusfb 2026-04-24 16:09:04 -07:00
parent 1bb264b977
commit 8e7b684ee3

View File

@ -6,7 +6,7 @@ on:
jobs:
deploy:
runs-on: host # <--- CAMBIO CLAVE: Usa 'host' o 'self-hosted'
runs-on: ubuntu-latest # <--- CAMBIO CLAVE: Usa 'host' o 'self-hosted'
steps:
- name: Checkout código
uses: actions/checkout@v3