Update .gitea/workflows/deploy.yml #5

Merged
Damien merged 1 commits from update_ci into main 2025-11-19 15:24:37 +00:00
Showing only changes of commit 7431e861be - Show all commits

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