Adding Dockerfile & .ghaymah.json file
نجحت جميع الفحوصات
my first workflow on GitPasha / my-first-job (push) Successful in 3s

هذا الالتزام موجود في:
ahmedgamalyousef
2025-10-09 22:13:28 +03:00
الأصل ccc7dc7970
التزام 9bb1a85944
2 ملفات معدلة مع 25 إضافات و0 حذوفات

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

@@ -0,0 +1,20 @@
{
"id": "eb1b607d-2f98-465c-a288-5523387c69ea",
"name": "ghaymahci-cicd",
"projectId": "49288893-8ec8-424e-a79a-a1e4166f3e6f",
"ports": [
{
"expose": true,
"number": 80
}
],
"publicAccess": {
"enabled": true,
"domain": "auto"
},
"resourceTier": "t1",
"container": {
"image": "firstcicd:latest",
"pullSecretName": ""
}
}