diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index a4fa9e0..a13b7e0 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -52,12 +52,3 @@ jobs: cd .. docker compose up -d --build frontend fi - - # --- AyposWeb (if ever needed) --- - if echo "${CHANGED_FILES}" | grep -q "ayposWeb"; then - echo "AyposWeb changes detected..." - cd ayposWeb - npm run build - cd .. - docker compose up -d --build aypos - fi