Skip to content

Commit

Permalink
Merge pull request #38 from sygmaprotocol/remove-deploy-on-ci
Browse files Browse the repository at this point in the history
Remove deploy from CI
  • Loading branch information
mpetrun5 authored Sep 28, 2022
2 parents c9f1936 + ff57739 commit 77d242c
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 77d242c

Please sign in to comment.