forked from BLC/sgeUpdated
Update sgeupdated pipeline v11
All checks were successful
sgeUpdated Smoke Test / smoke-test (push) Successful in 6s
All checks were successful
sgeUpdated Smoke Test / smoke-test (push) Successful in 6s
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
cd/home/ubuntu/sgeUpdated
|
cd/home/ubuntu/sgeUpdated
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|
||||||
# --- Backend ---
|
# --- Backend ---
|
||||||
if echo "${CHANGED_FILES}" | grep -q "sge-backend"; then
|
if echo "${CHANGED_FILES}" | grep -q "sge-backend"; then
|
||||||
echo "Backend changes detected..."
|
echo "Backend changes detected..."
|
||||||
cd sge-backend
|
cd sge-backend
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
docker compose up -d --force-recreate backend
|
docker compose up -d --force-recreate backend
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- Frontend ---
|
# --- Frontend ---
|
||||||
if echo "${CHANGED_FILES}" | grep -q "sge-frontend"; then
|
if echo "${CHANGED_FILES}" | grep -q "sge-frontend"; then
|
||||||
echo "Frontend changes detected..."
|
echo "Frontend changes detected..."
|
||||||
cd sge-frontend
|
cd sge-frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user