From 8f6910254b3a90f426b478f0838d3897d7899eaa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 8 Jul 2019 18:20:45 +0300 Subject: Add: example of body of deployment request --- gitlab.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gitlab.md') diff --git a/gitlab.md b/gitlab.md index f7bc648..9dc2fa8 100644 --- a/gitlab.md +++ b/gitlab.md @@ -109,6 +109,12 @@ use them, and don't have to learn stuff to get started. * Endpoint: POST /deploy, body specifies name in artifact store, copies that to the test environment using SSH + { + "artifact_id": "foo", + "published_name": "foo-1.2.4" + } + + ## Test environment * SSH server with HTTP server serving a directory -- cgit v1.2.1