Skip to content

Commit

Permalink
Update fleek-cli and use json config for fleek instead
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Apr 22, 2024
1 parent e49af0b commit 786c640
Show file tree
Hide file tree
Showing 4 changed files with 1,377 additions and 441 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
submodules: recursive

- uses: volta-cli/action@v4
with:
cache: false

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
Expand Down Expand Up @@ -172,6 +170,7 @@ jobs:
deploy-to-fleek:
needs: [build]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions fleek.config.ts → fleek.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
{
"sites": [
{
"slug": "many-island-colossal",
"distDir": "./frontend/dist/spa"
}
]
};
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.14.0",
"@fleekxyz/cli": "0.7.2",
"@fleekxyz/cli": "1.3.91",
"husky": "^4.3.0",
"lerna": "^3.22.1",
"lint-staged": "^10.5.1",
Expand Down
Loading

0 comments on commit 786c640

Please sign in to comment.