Skip to content

Commit

Permalink
base trap
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv committed Mar 1, 2024
1 parent 1b6a625 commit b583cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fleekxyz_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
id: deploy
run: |
ls -la
echo "the project id is ${FLEEK_PROJECT_ID}"
echo "the project id is $(echo -n ${FLEEK_PROJECT_ID}|base64)"
cat fleek.config.json
fleek sites deploy
env:
Expand Down

0 comments on commit b583cf3

Please sign in to comment.