Update q3-cicd/README.md

هذا الالتزام موجود في:
2026-07-27 00:19:25 +00:00
الأصل 0b1ce7d0e9
التزام c0a4292ad5

عرض الملف

@@ -31,28 +31,34 @@
## Ghaymah CLI Integration ## Ghaymah CLI Integration
### Login ## Install Ghaymah CLI
```bash ```bash
ghaymah login curl -sSl https://cli.ghaymah.systems/install.sh | bash
``` ```
### Initialize Project ## Verify Installation
```bash ```bash
ghaymah init gy version
``` ```
### Deploy ## Login
```bash ```bash
ghaymah deploy gy auth login
``` ```
### Check Status ## Initialize an Application
```bash ```bash
ghaymah status gy resource app init -p <project_id>
```
## Deploy the Application
```bash
gy resource app launch
``` ```
### Manual Approval ### Manual Approval