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

This commit is contained in:
2026-01-22 17:39:40 +00:00
parent d6934e8f90
commit 8a53ed4a9b

View File

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