Update .gitea/workflows/deploy.yml #5

Merged
Damien merged 1 commits from update_ci into main 2025-11-19 15:24:37 +00:00

View File

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