From 2e3eb5fcc2aa9980ea9f4e13fb5ac82e039d1ac1 Mon Sep 17 00:00:00 2001 From: ahmedgamalyousef Date: Tue, 7 Oct 2025 23:31:15 +0300 Subject: [PATCH] Updating CICD Workflow & Adding .ghaymah.json File --- .ghaymah.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .ghaymah.json diff --git a/.ghaymah.json b/.ghaymah.json new file mode 100644 index 0000000..669be00 --- /dev/null +++ b/.ghaymah.json @@ -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": "" + } +} \ No newline at end of file