Skip to content

Commit

Permalink
Remove deploy from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matija Petrunic committed Sep 28, 2022
1 parent c9f1936 commit ff57739
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@ jobs:
- name: Remove data
run: rm -r data/

- name: Deploy goerli
run: npx truffle migrate --network goerli
env:
GOERLI_PROVIDER_URL: ${{ secrets.GOERLI_PROVIDER_URL }}
GOERLI_MNEMONIC: ${{ secrets.GOERLI_MNEMONIC }}

- name: Deploy mumbai
run: npx truffle migrate --network mumbai
env:
MUMBAI_PROVIDER_URL: ${{ secrets.MUMBAI_PROVIDER_URL }}
MUMBAI_MNEMONIC: ${{ secrets.MUMBAI_MNEMONIC }}

- name: Generate types
run: yarn run generate-types

Expand Down

0 comments on commit ff57739

Please sign in to comment.