Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ jobs:
- run: yarn install --frozen-lockfile --verbose --network-concurrency 1

- run: yarn build
- name: Upload frontend build
uses: actions/upload-artifact@v4
with:
name: frontend
path: |
frontend/dist/spa
fleek.config.json
tests:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -163,25 +156,3 @@ jobs:
cd contracts-periphery
scopelint --version
FOUNDRY_DISABLE_NIGHTLY_WARNING=true scopelint check

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 }}
steps:
- name: Download frontend
uses: actions/download-artifact@v4
with:
name: frontend
- uses: volta-cli/action@v4
- name: Look at directory
run: ls -la
- name: Install Typescript
run: volta run yarn global add typescript@^4.0.3
- name: Install Fleek CLI
run: volta run yarn global add @fleekxyz/cli
- name: Build & deploy sites
run: volta run fleek sites deploy
8 changes: 0 additions & 8 deletions fleek.config.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.14.0",
"@fleekxyz/cli": "1.3.91",
"husky": "^4.3.0",
"lerna": "^3.22.1",
"lint-staged": "^10.5.1",
Expand Down
Loading
Loading