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

This commit is contained in:
2026-01-22 17:38:50 +00:00
parent 6dab575166
commit efe3c5c648

View File

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