forked from BLC/sgeUpdated
Update sgeupdated pipeline v9
This commit is contained in:
@@ -37,8 +37,8 @@ jobs:
|
|||||||
cd sge-backend
|
cd sge-backend
|
||||||
mvn clean install
|
mvn clean install
|
||||||
cd ..
|
cd ..
|
||||||
docker compose build --no-cache sge-backend
|
docker compose build --no-cache backend
|
||||||
docker compose up -d --force-recreate sge-backend
|
docker compose up -d --force-recreate backend
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- Frontend ---
|
# --- Frontend ---
|
||||||
@@ -51,6 +51,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
npm run build
|
npm run build
|
||||||
cd ..
|
cd ..
|
||||||
docker compose build --no-cache sge-frontend
|
docker compose build --no-cache frontend
|
||||||
docker compose up -d --force-recreate sge-frontend
|
docker compose up -d --force-recreate frontend
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user