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}}"