Updating workflow
نجحت جميع الفحوصات
CI/CD Pipeline - Weather App 🌤️ / test (push) Successful in 38s
CI/CD Pipeline - Weather App 🌤️ / build_and_push_image (push) Successful in 2m32s
CI/CD Pipeline - Weather App 🌤️ / deploy (push) Successful in 3m34s

هذا الالتزام موجود في:
ahmedgamalyousef
2025-10-14 20:04:27 +03:00
الأصل 295e7cb9c6
التزام d88db9e8e3

عرض الملف

@@ -40,7 +40,6 @@ jobs:
# 🐳 2. Build and Push Docker Image # 🐳 2. Build and Push Docker Image
# ----------------------------- # -----------------------------
build_and_push_image: build_and_push_image:
runs-on: ubuntu-latest
needs: test needs: test
steps: steps:
- name: 📦 Checkout Code - name: 📦 Checkout Code
@@ -63,7 +62,6 @@ jobs:
# ☁️ 3. Deploy to Ghaymah Cloud # ☁️ 3. Deploy to Ghaymah Cloud
# ----------------------------- # -----------------------------
deploy: deploy:
runs-on: ubuntu-latest
needs: build_and_push_image needs: build_and_push_image
steps: steps:
- name: 📦 Checkout Code - name: 📦 Checkout Code