Skip to content

Commit

Permalink
Update CI to pass along the .json config file to fleek deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Apr 24, 2024
1 parent 0a07f1a commit 865fb9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: frontend
path: |
frontend/dist/spa
fleek.config.ts
fleek.config.json
tests:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 865fb9f

Please sign in to comment.