fix: ensure production deployment runs on the correct agent

This commit is contained in:
mirage
2026-03-26 14:37:21 +01:00
parent 5dddb06798
commit 4301cd0f72

View File

@@ -64,7 +64,7 @@ jobs:
name: Deploy to Production
needs: build
if: gitea.ref_name == 'main'
runs-on: ubuntu-latest # l'agent doit être joignable depuis le runner
runs-on: ubuntu-latest
steps:
- name: Deploy via SSH to PRODUCTION server