Update sgeupdated pipeline v3
All checks were successful
sgeUpdated CI/CD / deploy (push) Successful in 21s
sgeUpdated Smoke Test / smoke-test (push) Successful in 5s

a typo in docker names for front-end and back-end
This commit is contained in:
2025-08-29 00:02:27 +03:00
parent 7b4143ba52
commit c3ed359103

View File

@@ -37,7 +37,7 @@ jobs:
cd sgeUpdated-backend
mvn clean install
cd ..
docker compose up -d --build DockerFile
docker compose up -d --build Dockerfile
fi
# --- Frontend ---
@@ -50,5 +50,5 @@ jobs:
fi
npm run build
cd ..
docker compose up -d --build DockerFile
docker compose up -d --build Dockerfile
fi