From c4c7dc83a08ac35e1f399e634c6a76c0817c9615 Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Tue, 7 Oct 2025 18:33:50 +0300 Subject: [PATCH] update ci.yaml --- .github/workflows/ci.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2abe95..c9b6f80 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,12 +27,10 @@ jobs: - name: checkout code uses: actions/checkout@v5.0.0 - name: install ghaymah cli - run: | - curl -sSl https://cli.ghaymah.systems/install.sh | bash - source ~/.bashrc + run: curl -sSl https://cli.ghaymah.systems/install.sh | bash - name: login to ghaymah - run: gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}" + run: $HOME/ghaymah/bin/gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}" - name: deploy - run: gy resource app launch \ No newline at end of file + run: $HOME/ghaymah/bin/gy resource app launch \ No newline at end of file