Skip to content

Commit

Permalink
fixed bad names
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv committed Feb 20, 2024
1 parent 2196634 commit ba06a41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/fleek/fleekxyz_staging.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sites": [
{
"slug": "crooked-needle-many",
"slug": "aragon-app",
"distDir": "dist",
"buildCommand": null
"buildCommand": ""
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/fleekxyz-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Take correct fleek config
env:
FLEEK_FILE: ${{ needs.set-environment.outputs.environment }}
run: echo ${FLEEK_FILE};ls ./.github/fleek/fleekxyz_${FLEEK_FILE}.config.json ;mv ./.github/fleek/fleekxyz_${FLEEK_FILE}.config.json .fleek.json
run: mv ./.github/fleek/fleekxyz_${FLEEK_FILE}.config.json fleek.config.json
- name: Install Fleek CLI
run: npm i -g @fleekxyz/cli
- name: Deploy through Fleek
Expand Down

0 comments on commit ba06a41

Please sign in to comment.