forked from BLC/sgeUpdated
Update .gitea/workflows/sgeupdated.yml
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 1m5s
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 1m5s
This commit is contained in:
@@ -36,14 +36,14 @@ jobs:
|
|||||||
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 bgreen-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 bgreen-frontend
|
||||||
|
|
||||||
echo "✅ Deployment complete. Current containers:"
|
echo "✅ Deployment complete. Current containers:"
|
||||||
docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'
|
docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'
|
||||||
Reference in New Issue
Block a user