Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1m11s

This commit is contained in:
2025-11-19 15:24:17 +00:00
parent 67b08b6124
commit 7431e861be

View File

@@ -10,6 +10,9 @@ jobs:
build-and-deploy: build-and-deploy:
if: github.event.pull_request.merged == true if: github.event.pull_request.merged == true
runs-on: self-hosted runs-on: self-hosted
container:
image: node:20-bullseye
steps: steps:
- name: Checkout code - name: Checkout code