Compare commits

..

9 الالتزامات

المؤلف SHA1 الرسالة التاريخ
c4c7dc83a0 update ci.yaml
نجحت جميع الفحوصات
/ build_and_push_image (push) Successful in 30s
/ deploy (push) Successful in 1m0s
2025-10-07 18:33:50 +03:00
63850448c7 update ci.yaml
فشلت بعض الفحوصات
/ build_and_push_image (push) Successful in 23s
/ deploy (push) Failing after 12s
2025-10-07 18:26:39 +03:00
fa3a1a096b update ci.yaml
فشلت بعض الفحوصات
/ deploy (push) Has been cancelled
/ build_and_push_image (push) Has started running
2025-10-07 18:22:07 +03:00
fff8c2353b update ci.yaml
فشلت بعض الفحوصات
/ build_and_push_image (push) Successful in 27s
/ deploy (push) Has been cancelled
2025-10-07 18:04:25 +03:00
b19c34ec12 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 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 update ci.yml
نجحت جميع الفحوصات
/ ci (push) Successful in 4s
/ build_and_push_image (push) Successful in 18s
2025-10-07 15:33:20 +03:00
0e7b32fe23 update ci.yml
فشلت بعض الفحوصات
/ build_and_push_image (push) Successful in 19s
/ ci (push) Failing after 3s
2025-10-07 15:31:12 +03:00
6d265e83f3 small change
نجحت جميع الفحوصات
/ buildANDpush (push) Successful in 21s
2025-10-07 15:25:58 +03:00
3 ملفات معدلة مع 41 إضافات و9 حذوفات

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": ""
}
}

عرض الملف

@@ -3,7 +3,7 @@ on:
pull_request: pull_request:
jobs: jobs:
buildANDpush: build_and_push_image:
steps: steps:
- name: checkout code - name: checkout code
uses: actions/checkout@v5.0.0 uses: actions/checkout@v5.0.0
@@ -21,9 +21,16 @@ jobs:
push: true push: true
tags: ahmedhesham301/nginx:latest tags: ahmedhesham301/nginx:latest
# ci: deploy:
# needs: buildANDpush needs: build_and_push_image
# runs-on: ubuntu steps:
# steps: - name: checkout code
# - name: install ghaymah cli uses: actions/checkout@v5.0.0
# run: echo hello - name: install ghaymah cli
run: curl -sSl https://cli.ghaymah.systems/install.sh | bash
- name: login to ghaymah
run: $HOME/ghaymah/bin/gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}"
- name: deploy
run: $HOME/ghaymah/bin/gy resource app launch

عرض الملف

@@ -4,6 +4,11 @@
<title>Simple Website</title> <title>Simple Website</title>
</head> </head>
<body> <body>
<p>Hello, world !</p> <p>Hello, world!</p>
<p>Hello, world!</p>
<p>Hello, world!</p>
<p>Hello, world!</p>
<p>Hello, world!</p>
<p>Hello, world!</p>
</body> </body>
</html> </html>