Skip to content

Commit

Permalink
[action] disabled contract deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoo-eth committed Oct 9, 2023
1 parent b92fe90 commit 88c68aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vercel-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install dependencies
run: pnpm install --loglevel verbose --no-frozen-lockfile

- name: deploy on lattice testnet
run: cd packages/contracts; pnpm run deploy:testnet
# - name: deploy on lattice testnet
# run: cd packages/contracts; pnpm run deploy:testnet

- name: build
run: pnpm build
Expand Down

0 comments on commit 88c68aa

Please sign in to comment.