add ghaymah.json
فشلت بعض الفحوصات
/ build_and_push_image (push) Successful in 28s
/ deploy (push) Failing after 12s

هذا الالتزام موجود في:
2025-10-07 17:44:20 +03:00
الأصل 605adc24f0
التزام 8f9abab1b8
2 ملفات معدلة مع 30 إضافات و2 حذوفات

20
.ghaymah.json Normal file
عرض الملف

@@ -0,0 +1,20 @@
{
"id": "eb1b607d-2f98-465c-a288-5523387c69ea",
"name": "ghaymahci-test",
"projectId": "02b6641b-1c1e-47de-ac1d-2f2a8e62c1ea",
"ports": [
{
"expose": true,
"number": 80
}
],
"publicAccess": {
"enabled": true,
"domain": "auto"
},
"resourceTier": "t1",
"container": {
"image": "ahmedhesham301/nginx:latest",
"pullSecretName": ""
}
}

عرض الملف

@@ -21,8 +21,16 @@ jobs:
push: true
tags: ahmedhesham301/nginx:latest
ci:
needs: deploy_to_ghaymah
deploy:
needs: build_and_push_image
steps:
- name: checkout code
uses: actions/checkout@v5.0.0
- name: install ghaymah cli
run: curl -sSl https://cli.ghaymah.systems/install.sh | bash
- name: login to ghaymah
run: gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}"
- name: deploy
run: gy resource app launch