Skip to content

Commit

Permalink
Merge pull request #170 from gnosis/fix/ci-cd
Browse files Browse the repository at this point in the history
Merge pull request #169 from gnosis/manboy-eth/issue168
  • Loading branch information
asgeir-s authored Aug 17, 2022
2 parents e37293e + 7a0b821 commit f7281a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
REACT_APP_SUBGRAPH_POLYGON: auryn-macmillan/tabula-polygon
REACT_APP_SUBGRAPH_ARBITRUM: auryn-macmillan/tabula-arbitrum
REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism
REACT_APP_SUBGRAPH_OPTIMISM_ON_GNOSIS_CHAIN: auryn-macmillan/tabula-optimism-on-gnosis-chain
REACT_APP_IPFS_GATEWAY: https://ipfs.io/ipfs
jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
REACT_APP_SUBGRAPH_POLYGON: auryn-macmillan/tabula-polygon
REACT_APP_SUBGRAPH_ARBITRUM: auryn-macmillan/tabula-arbitrum
REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism
REACT_APP_SUBGRAPH_OPTIMISM_ON_GNOSIS_CHAIN: auryn-macmillan/tabula-optimism-on-gnosis-chain
REACT_APP_IPFS_GATEWAY: https://ipfs.io/ipfs
REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism-on-gnosis-chain
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7281a0

Please sign in to comment.