fix: correct infrastructure path
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m10s

This commit is contained in:
2026-01-22 17:44:36 +00:00
parent e46cb018fd
commit 7299a266f1

View File

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