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

@@ -11,6 +11,9 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: self-hosted
container:
image: node:20-bullseye
steps:
- name: Checkout code
uses: actions/checkout@v4