Update .gitea/workflows/sgeupdated.yml

This commit is contained in:
2025-10-21 18:50:30 +03:00
parent c411585bd6
commit 2b689a081c

View File

@@ -51,7 +51,7 @@ jobs:
echo "✅ Frontend changed: $FRONTEND_CHANGED"
echo "✅ Backend changed: $BACKEND_CHANGED"
# ... your Deploy Baackend and Deploy Frontend steps remain the same ...
# ... your Deploy Backend and Deploy Frontend steps remain the same ...
- name: Deploy Backend
if: ${{ steps.detect.outputs.backend == 'true' }}