fix: pass full config to sendViaResend, force-recreate container after env update
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 39s

Made-with: Cursor
This commit is contained in:
2026-04-25 22:48:05 +02:00
parent 266551e82b
commit 99ac686ac0
2 changed files with 8 additions and 8 deletions

View File

@@ -111,6 +111,8 @@ jobs:
upsert JINA_API_KEY "$JINA_API_KEY"
echo ".env.docker updated"
# Redémarre les containers pour appliquer les nouvelles vars d'env
cd /opt/memento && docker compose up -d --force-recreate memento-note
ENDSSH
- name: Deploy via SSH