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

This commit is contained in:
2026-01-22 17:40:09 +00:00
parent da83fb5b8a
commit 490031fbee

View File

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