fix: correct infrastructure path
Some checks failed
Deploy / lint-build-deploy (push) Failing after 2m25s

This commit is contained in:
2026-01-22 17:38:12 +00:00
parent ace0e5941c
commit e1379214d0

View File

@@ -41,6 +41,6 @@ jobs:
ssh debian@51.210.247.57 << 'EOF'
cd /home/debian/siri-shortcuts
git pull origin main
cd /home/debian/gitea
cd /home/debian/infrastructure
docker-compose up -d --build markdown2png
EOF