diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 902171a..cb5a484 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,12 +28,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