Startrekzky commented on code in PR #694:
URL:
https://github.com/apache/incubator-devlake-website/pull/694#discussion_r1438073847
##########
docs/DORA.md:
##########
@@ -164,27 +150,42 @@ workflows:
- deploy
```
-If you have set a [username/password](GettingStarted/Authentication.md) for
Config UI, you need to add them to the curl to register a deployment:
-```
-curl https://sample-url.com/api/plugins/webhook/2/deployments -X 'POST' -u
'username:password' -d '{
- \"commit_sha\":\"$CIRCLE_SHA1\",
- \"repo_url\":\"$CIRCLE_REPOSITORY_URL\",
- \"start_time\":\"$start_time\"
- }'
-```
+2.5 Run the CircleCI pipeline. Visit DevLake's DB to check if the deployments
have been successfully pushed to DevLake. The deployments will appear in table
[cicd_deployments](DataModels/DevLakeDomainLayerSchema.md#cicd_deployments) and
[cicd_deployment_commits](DataModels/DevLakeDomainLayerSchema.md#cicd_deployment_commits)
in DevLake's database.
+
+ 
+
+ 
Review Comment:
@d4x1 It should be a network problem. Never mind, I'll modify them to local
files.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]