Compare commits

..

16 الالتزامات

المؤلف 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
9c37736dc7 small change
نجحت جميع الفحوصات
/ buildANDpush (push) Successful in 23s
2025-10-07 15:21:36 +03:00
3ebd1c8bfc small change 2025-10-07 15:21:12 +03:00
31a6318087 update ci.yaml
نجحت جميع الفحوصات
/ buildANDpush (push) Successful in 26s
2025-10-07 11:52:28 +03:00
e665a7bcc8 update ci.yaml
فشلت بعض الفحوصات
/ buildANDpush (push) Failing after 16s
2025-10-07 11:49:19 +03:00
a0f642ce5a remove runs-on:
فشلت بعض الفحوصات
/ buildANDpush (push) Failing after 1m55s
2025-10-07 11:45:52 +03:00
fb79264e0d update Dockerfile
فشلت بعض الفحوصات
/ buildANDpush (push) Has been cancelled
2025-10-07 11:41:57 +03:00
a20e7d8728 add ci.yaml 2025-10-07 11:41:48 +03:00
4 ملفات معدلة مع 61 إضافات و0 حذوفات

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

36
.github/workflows/ci.yaml مباع Normal file
عرض الملف

@@ -0,0 +1,36 @@
on:
push:
pull_request:
jobs:
build_and_push_image:
steps:
- name: checkout code
uses: actions/checkout@v5.0.0
- name: login to dockerhub
uses: docker/login-action@v3.6.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ahmedhesham301/nginx:latest
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: $HOME/ghaymah/bin/gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}"
- name: deploy
run: $HOME/ghaymah/bin/gy resource app launch

ثنائية
Dockerfile

ملف ثنائي غير معروض.

عرض الملف

@@ -5,5 +5,10 @@
</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>