fix: CI pm2 reload sous root au lieu de tetardtek-brain
Some checks failed
CI/CD — Build & Deploy / Build & Deploy (push) Failing after 22s

This commit is contained in:
2026-04-28 18:34:20 +02:00
parent d996f5806d
commit a3ee7e7bc1

View File

@@ -31,7 +31,7 @@ jobs:
- name: Restart pm2
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
su - tetardtek-brain -c 'pm2 reload tetardpg-backend --update-env'
pm2 reload tetardpg-backend --update-env
# ── Frontend ─────────────────────────────────────────────────────────────
- name: Install & build frontend