Skip to content

Commit

Permalink
ci: fix fleek deployment (#790)
Browse files Browse the repository at this point in the history
* ci: fix fleek deployment

* ci: dr center fleek
  • Loading branch information
albertfolch-redeemeum authored Aug 16, 2023
1 parent 73a27da commit 3f338ea
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,8 @@ jobs:
- name: Deploy via fleek
if: ${{ inputs.DEPLOY_TO_FLEEK }}
id: deploy_dr_center
uses: fleekhq/action-deploy@v1
with:
apiKey: ${{ secrets.FLEEK_API_KEY }}
workDir: ./public
- name: Get the output url
if: ${{ inputs.DEPLOY_TO_FLEEK }}
run: echo "Deploy url is ${{ steps.deploy_dr_center.outputs.deployUrl }}"
run: npx @fleekhq/fleek-cli site:deploy
env:
FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }}


0 comments on commit 3f338ea

Please sign in to comment.