forked from BLC/sgeUpdated
update to sgeupdated pipeline v20+++++
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 51s
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 51s
This commit is contained in:
@@ -35,14 +35,14 @@ jobs:
|
|||||||
echo "⚡ Rebuilding Backend..."
|
echo "⚡ Rebuilding Backend..."
|
||||||
cd sge-backend
|
cd sge-backend
|
||||||
/opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests
|
/opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests
|
||||||
cd ..
|
cd ../..
|
||||||
docker compose up -d --build backend
|
docker compose up -d --build backend
|
||||||
|
|
||||||
echo "⚡ Rebuilding Frontend..."
|
echo "⚡ Rebuilding Frontend..."
|
||||||
cd sge-frontend
|
cd sge-frontend
|
||||||
npm install
|
# npm install
|
||||||
npm run build
|
# npm run build
|
||||||
cd ..
|
cd ../..
|
||||||
docker compose up -d --build frontend
|
docker compose up -d --build frontend
|
||||||
|
|
||||||
echo "✅ Deployment complete. Current containers:"
|
echo "✅ Deployment complete. Current containers:"
|
||||||
|
|||||||
Reference in New Issue
Block a user