Skip to content

Commit

Permalink
varname fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv committed Feb 20, 2024
1 parent 824eace commit 98ddc36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/fleek/fleekxyz_staging.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sites": [
{
"slug": "crooked-needle-many",
"distDir": null,
"distDir": "dist",
"buildCommand": null
}
]
Expand Down
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: mv ./.github/fleek/fleekxyz_${FLEEK_FILE}.config.json .fleek.json
run: mv ./.github/fleek/fleekxyz_${{FLEEK_FILE}}.config.json .fleek.json
- name: Install Fleek CLI
run: npm i -g @fleekxyz/cli
- name: Deploy through Fleek
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/webapp-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- 'develop'
- 'DOPS-*' ## temporal branch for testing only
branches-ignore: ## Ignore develop and main branches to avoid an unneeded 2nd build.
- 'DOPS-634-Fleek-deprecation-migrate-aragon-app'

jobs:
setup-env-vars:
Expand Down

0 comments on commit 98ddc36

Please sign in to comment.