Skip to content

Commit

Permalink
Merge pull request #30 from iExecBlockchainComputing/feature/new_ipfs…
Browse files Browse the repository at this point in the history
…_archi_and_graphnode_server

Update production deployment hosts
  • Loading branch information
jeremyjams authored Feb 3, 2025
2 parents 9ab9703 + f73ab34 commit dedc639
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## vNext
- Add `sponsor` to `deal`. (#31)
- Update staging deployment hosts. (#29)
- Update deployment hosts:
- production (#30)
- staging (#29)
- Display coverage in Github PR checks. (#26)
- Add integration test suite. (#21)
- Add unit test suite. (#20)
Expand Down
5 changes: 3 additions & 2 deletions Jenkinsfile_Subgraph_bellecour
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
//Readme @ http://gitlab.iex.ec:30000/iexec/jenkins-library

@Library('global-jenkins-library@2.7.7') _
@Library('global-jenkins-library@2.8.1') _
deploySubGraph(
targetRemoteHost : 'azubgrpbp-thegraph-bellecour.public.az2.internal',
targetRemoteHostGraphNode : 'azubgrpbp-thegraph.public.az2.internal',
targetRemoteHostIPFS : 'ipfs-upload.v8-bellecour.iex.ec',
subgraphFolder: './',
subgraphFilename: 'subgraph.bellecour.yaml',
subgraphVersionLabel: 'v1.0.0-rc.1',
Expand Down
2 changes: 1 addition & 1 deletion subgraph.bellecour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dataSources:
- Unlock
abis:
- name: IexecInterfaceToken
file: node_modules/@iexec/poco/build/contracts/IexecInterfaceNative.json
file: node_modules/@iexec/poco/artifacts/contracts/IexecInterfaceNative.sol/IexecInterfaceNative.json
eventHandlers:
- event: CreateCategory(uint256,string,string,uint256)
handler: handleCreateCategory
Expand Down

0 comments on commit dedc639

Please sign in to comment.