correzione a .github/workflows/deploy.yml (anche in deploy run-or: ubuntu-latest e non docker)
Some checks failed
Deploy to VPS / build (push) Successful in 14s
Deploy to VPS / deploy (push) Failing after 3s

This commit is contained in:
AV77web 2026-06-21 00:13:17 +02:00
parent b897e6bb41
commit d1f3e67230

View file

@ -27,7 +27,7 @@ jobs:
deploy:
needs: build
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout