We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d26042 commit 587b7eaCopy full SHA for 587b7ea
.drone.yml
@@ -9,10 +9,6 @@ trigger:
9
- promote
10
- pull_request
11
12
-# required until dataprotector-subgraph-deployer is publicly available
13
-image_pull_secrets:
14
- - dockerconfigregis
15
-
16
steps:
17
- name: install
18
image: node:18.19
@@ -286,8 +282,7 @@ steps:
286
282
- market-watcher
287
283
288
284
- name: dataprotector-subgraph-deployer
289
- # TODO replace image with iexechub/dataprotector-subgraph-deployer when available
290
- image: docker-regis.iex.ec/product/dataprotector-subgraph-deployer:3.0.0
285
+ image: iexechub/dataprotector-subgraph-deployer:3.0.0
291
environment:
292
ENV: prod
293
GRAPHNODE_URL: http://graphnode:8020
0 commit comments