Skip to content

Commit

Permalink
ci: restricts ipfs build
Browse files Browse the repository at this point in the history
  • Loading branch information
bearpong committed Nov 4, 2024
1 parent c5a7706 commit b097b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ipfs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
- name: Build all projects
env:
NODE_OPTIONS: "--max_old_space_size=8192"
run: NEXT_PUBLIC_HOST="ipfs" pnpm run build --filter='!berajs-docs' --filter='!storybook' --filter='!apps/perp'
run: NEXT_PUBLIC_HOST="ipfs" pnpm run build --filter='packages/*' --filter='apps/hub' --filter='apps/honey'

- name: Deploy Berps
run: cd apps/perp && fleek sites deploy
# - name: Deploy Berps
# run: cd apps/perp && fleek sites deploy

- name: Deploy Bend
run: cd apps/lend && fleek sites deploy
# - name: Deploy Bend
# run: cd apps/lend && fleek sites deploy

- name: Deploy Hub
run: cd apps/hub && fleek sites deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ipfs-static-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
PERPS_OCT_KEY: ${{ secrets.PERPS_OCT_KEY }}
CHARTING_ACCESS_TOKEN: ${{ secrets.CHARTING_ACCESS_TOKEN }}
NODE_OPTIONS: "--max_old_space_size=8192"
run: NEXT_PUBLIC_HOST="ipfs" pnpm run build --filter='!berajs-docs' --filter='!storybook' --filter='!apps/perp'
run: NEXT_PUBLIC_HOST="ipfs" pnpm run build --filter='packages/*' --filter='apps/hub' --filter='apps/honey'


0 comments on commit b097b6c

Please sign in to comment.