This commit is contained in:
parent
1bb264b977
commit
8e7b684ee3
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: host # <--- CAMBIO CLAVE: Usa 'host' o 'self-hosted'
|
runs-on: ubuntu-latest # <--- CAMBIO CLAVE: Usa 'host' o 'self-hosted'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout código
|
- name: Checkout código
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user