You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,13 @@ docker run --rm \
114
114
poco-subgraph-deployer
115
115
```
116
116
117
-
###Deployment configuration
117
+
#### Github Actions pipeline deployment
118
118
119
-
#### Jenkins pipeline deployment
119
+
The subgraph can be deployed using Github Actions (recommended). The dedicated job can be triggered with the desired configuration (environment, version, ...).
120
120
121
-
The project uses a Jenkins pipeline for automated deployment of the subgraph. The deployment can be triggered through Jenkins with interactive parameter selection.
121
+
### Deployment configuration
122
122
123
-
#####Available Parameters
123
+
#### Available Parameters
124
124
125
125
-**Network**: Choose the target blockchain network
126
126
-**Environment**: Select deployment environment
@@ -130,7 +130,7 @@ The project uses a Jenkins pipeline for automated deployment of the subgraph. Th
130
130
-**Version Label**: Specify the version of the deployment (e.g., `v1.0.0`)
131
131
-**Subgraph Name**: Name of the subgraph (default: `poco-v5`)
132
132
133
-
#####Environment-specific Configurations
133
+
#### Environment-specific Configurations
134
134
135
135
Each environment has specific host configurations:
136
136
@@ -161,16 +161,6 @@ To add support for a new network, update the `networks.json` file with the netwo
161
161
}
162
162
```
163
163
164
-
Also, update the Jenkins pipeline choices to include the new network:
165
-
166
-
```groovy
167
-
choice(
168
-
name: 'networkName',
169
-
choices: ['bellecour', 'new-network'],
170
-
description: 'Select the target network'
171
-
)
172
-
```
173
-
174
164
## Changelog
175
165
176
166
Changes to this project are tracked in [CHANGELOG.md](./CHANGELOG.md)
0 commit comments