From fff8c2353bd113ab9f9f665cfe5a7814afbb16ca Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Tue, 7 Oct 2025 18:04:25 +0300 Subject: [PATCH] update ci.yaml --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2abe95..902171a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: tags: ahmedhesham301/nginx:latest deploy: + runs-on: ubuntu-latest needs: build_and_push_image steps: - name: checkout code @@ -29,7 +30,7 @@ jobs: - name: install ghaymah cli run: | curl -sSl https://cli.ghaymah.systems/install.sh | bash - source ~/.bashrc + source '~/.bashrc' - name: login to ghaymah run: gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}"