added github action

هذا الالتزام موجود في:
2026-05-06 15:06:39 +03:00
الأصل 7b2f8840cb
التزام 1d90a99003
5 ملفات معدلة مع 67 إضافات و1 حذوفات

19
.github/workflows/main.yaml مباع Normal file
عرض الملف

@@ -0,0 +1,19 @@
on:
push:
pull_request:
jobs:
deploy:
needs: build_and_push_image
steps:
- name: checkout code
uses: actions/checkout@v5.0.0
- name: install ghaymah cli
run: curl -sSl https://cli.ghaymah.systems/install.sh | bash
- name: login to ghaymah
run: $HOME/ghaymah/bin/gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}"
- name: deploy
run: $HOME/ghaymah/bin/gy resource app launch