update ci.yaml
فشلت بعض الفحوصات
/ build_and_push_image (push) Successful in 24s
/ deploy (push) Failing after 11s

هذا الالتزام موجود في:
2025-10-07 17:48:07 +03:00
الأصل 8f9abab1b8
التزام b19c34ec12

عرض الملف

@@ -27,7 +27,9 @@ jobs:
- name: checkout code
uses: actions/checkout@v5.0.0
- name: install ghaymah cli
run: curl -sSl https://cli.ghaymah.systems/install.sh | bash
run: |
curl -sSl https://cli.ghaymah.systems/install.sh | bash
source ~/.bashrc
- name: login to ghaymah
run: gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}"