Skip to content

Commit f7281a0

Browse files
authored
Merge pull request #170 from gnosis/fix/ci-cd
Merge pull request #169 from gnosis/manboy-eth/issue168
2 parents e37293e + 7a0b821 commit f7281a0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dev-cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
REACT_APP_SUBGRAPH_POLYGON: auryn-macmillan/tabula-polygon
1616
REACT_APP_SUBGRAPH_ARBITRUM: auryn-macmillan/tabula-arbitrum
1717
REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism
18+
REACT_APP_SUBGRAPH_OPTIMISM_ON_GNOSIS_CHAIN: auryn-macmillan/tabula-optimism-on-gnosis-chain
1819
REACT_APP_IPFS_GATEWAY: https://ipfs.io/ipfs
1920
jobs:
2021
deploy:

.github/workflows/prod-release-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
REACT_APP_SUBGRAPH_POLYGON: auryn-macmillan/tabula-polygon
1616
REACT_APP_SUBGRAPH_ARBITRUM: auryn-macmillan/tabula-arbitrum
1717
REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism
18+
REACT_APP_SUBGRAPH_OPTIMISM_ON_GNOSIS_CHAIN: auryn-macmillan/tabula-optimism-on-gnosis-chain
1819
REACT_APP_IPFS_GATEWAY: https://ipfs.io/ipfs
19-
REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism-on-gnosis-chain
2020
jobs:
2121
deploy:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)