Compare commits

...

2 Commits

Author SHA1 Message Date
af4df87d1a Merge pull request 'Update .gitea/workflows/deploy.yml' (#5) from update_ci into main
Reviewed-on: #5
2025-11-19 15:24:37 +00:00
7431e861be Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 1m11s
2025-11-19 15:24:17 +00:00

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