ci: fix git safe.directory for /opt/memento
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 3m51s

Made-with: Cursor
This commit is contained in:
2026-04-25 21:16:22 +02:00
parent 01d36a5956
commit 3944f699bd

View File

@@ -24,6 +24,7 @@ jobs:
cd /opt/memento
echo "=== Git pull ==="
git config --global --add safe.directory /opt/memento
git pull origin main
echo "=== Building ==="