Skip to content

Commit

Permalink
update fleek action upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv committed Mar 1, 2024
1 parent fdd1778 commit 1b6a625
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/fleekxyz_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mv app_fleekxyz/.github/fleek/fleekxyz* .github/fleek/
rm -rf app_fleekxyz
- name: Install NodeJS
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -96,7 +96,11 @@ jobs:
run: npm i -g @fleekxyz/cli
- name: Deploy through Fleek
id: deploy
run: ls -la && fleek sites deploy; tree
run: |
ls -la
echo "the project id is ${FLEEK_PROJECT_ID}"
cat fleek.config.json
fleek sites deploy
env:
FLEEK_TOKEN: ${{ steps.op-credentials.outputs.FLEEK_TOKEN}}
FLEEK_PROJECT_ID: ${{ steps.op-credentials.outputs.FLEEK_PROJECT_ID}}
Expand Down

0 comments on commit 1b6a625

Please sign in to comment.