diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index b0b3d9f..ed40a11 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -33,13 +33,13 @@ jobs: git reset --hard origin/main echo "⚡ Rebuilding Backend..." - cd sge-backend + cd sgeUpdated/sge-backend /opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests cd ../.. docker compose up -d --build bgreen-backend echo "⚡ Rebuilding Frontend..." - cd sge-frontend + cd sgeUpdated/sge-frontend # npm install # npm run build cd ../..