Uncomment ghaymah deploy commands

هذا الالتزام موجود في:
mac
2026-07-28 10:26:51 +03:00
الأصل 57d5b3c3dc
التزام 8fcbd01f3d

عرض الملف

@@ -37,7 +37,9 @@ jobs:
- name: Deploy to Staging - name: Deploy to Staging
run: | run: |
echo "Deploying staging-${{ github.sha }} to ghaymah systems..." echo "Deploying staging-${{ github.sha }} to ghaymah systems..."
# Example CLI command: ghaymah deploy --image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:staging-${{ github.sha }} --env staging curl -sL https://cli.ghaymah.systems/install.sh | bash
ghaymah login --token ${{ secrets.GHAYMAH_TOKEN }}
ghaymah deploy --name myapp-api --image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:staging-${{ github.sha }} --port 8080 --env staging
deploy-production: deploy-production:
needs: deploy-staging needs: deploy-staging
@@ -65,7 +67,9 @@ jobs:
- name: Deploy to Production - name: Deploy to Production
run: | run: |
echo "Deploying production-${{ github.sha }} to ghaymah systems..." echo "Deploying production-${{ github.sha }} to ghaymah systems..."
# Example CLI command: ghaymah deploy --image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:production-${{ github.sha }} --env production curl -sL https://cli.ghaymah.systems/install.sh | bash
ghaymah login --token ${{ secrets.GHAYMAH_TOKEN }}
ghaymah deploy --name myapp-api --image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:production-${{ github.sha }} --port 8080 --env production
# ===================================================================== # =====================================================================
# Q3 Additional Requirements Documentation # Q3 Additional Requirements Documentation