You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/04/10 09:44:00 UTC

[isis] branch master updated: ISIS-2072: updates comments in .gitlab-ci.yml

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new af58fae  ISIS-2072: updates comments in .gitlab-ci.yml
af58fae is described below

commit af58faef7dbf2e9f635ec46c72affd3a830a6946
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Feb 12 07:06:17 2019 +0000

    ISIS-2072: updates comments in .gitlab-ci.yml
---
 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c12759..a98d51a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,14 @@
 # - DOCKER_REGISTRY_PASSWORD
 # - DOCKER_REGISTRY_URL         # eg "https://index.docker.io/v1/"
 #
+# NB: if deploying to docker hub, then the image is named apacheisis/$APPNAME,
+#     where 'apacheisis' is an org that the user can write to
+#
+#     if deploying to repo.incode.cloud, then the image is docker-dev.incode.cloud/$DOCKER_REGISTRY_USERNAME/$APP_NAME,
+#     where 'docker-dev.incode.cloud' is the repository in Nexus
+#
+#     In both cases, use $DOCKER_REGISTRY_USERNAME/$DOCKER_REGISTRY_PASSWORD credentials to upload
+#
 
 image: maven:3.5.3-jdk-8