From 865fb9fd497b0f74d52ee8c7eea67e2b3bd39be4 Mon Sep 17 00:00:00 2001 From: garyghayrat Date: Wed, 24 Apr 2024 14:08:43 -0400 Subject: [PATCH] Update CI to pass along the .json config file to fleek deployment --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index acd8a6a5..6f41e9b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: name: frontend path: | frontend/dist/spa - fleek.config.ts + fleek.config.json tests: runs-on: ubuntu-latest steps: @@ -170,7 +170,6 @@ jobs: deploy-to-fleek: needs: [build] runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' env: FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }} FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}