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