main #1

Closed
omar wants to merge 11 commits from (deleted):main into main
Showing only changes of commit 2b689a081c - Show all commits

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' }}