forked from Abdulbari/sgeUpdated
Update sgeupdated pipeline v11
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
cd/home/ubuntu/sgeUpdated
|
||||
git pull origin main
|
||||
|
||||
# --- Backend ---
|
||||
# --- Backend ---
|
||||
if echo "${CHANGED_FILES}" | grep -q "sge-backend"; then
|
||||
echo "Backend changes detected..."
|
||||
cd sge-backend
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
docker compose up -d --force-recreate backend
|
||||
fi
|
||||
|
||||
# --- Frontend ---
|
||||
# --- Frontend ---
|
||||
if echo "${CHANGED_FILES}" | grep -q "sge-frontend"; then
|
||||
echo "Frontend changes detected..."
|
||||
cd sge-frontend
|
||||
|
||||
Reference in New Issue
Block a user