Updating CICD Workflow & Adding .ghaymah.json File

هذا الالتزام موجود في:
ahmedgamalyousef
2025-10-07 23:31:15 +03:00
الأصل 5f78ebe2ae
التزام 2e3eb5fcc2

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

@@ -0,0 +1,20 @@
{
"id": "eb1b607d-2f98-465c-a288-5523387c69ea",
"name": "Complete-CI-CD-Project-pipeline-on-Ghaymah-Cloud",
"projectId": "02b6641b-1c1e-47de-ac1d-2f2a8e62c1ea",
"ports": [
{
"expose": true,
"number": 80
}
],
"publicAccess": {
"enabled": true,
"domain": "auto"
},
"resourceTier": "t1",
"container": {
"image": "ahmedgamalyousef/weatherapp:latest",
"pullSecretName": ""
}
}