diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 46af90c..b0b3d9f 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -36,14 +36,14 @@ jobs: cd sge-backend /opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests cd ../.. - docker compose up -d --build backend + docker compose up -d --build bgreen-backend echo "⚡ Rebuilding Frontend..." cd sge-frontend # npm install # npm run build cd ../.. - docker compose up -d --build frontend + docker compose up -d --build bgreen-frontend echo "✅ Deployment complete. Current containers:" docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}' \ No newline at end of file