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:14 +00:00
parent 851e8e8f8b
commit 3eaae054d4

View File

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