From 4c2858ef593fa34bd5baba5aa548d6e800dba0ce Mon Sep 17 00:00:00 2001 From: Yeongdo Park Date: Sun, 21 Jul 2019 17:43:40 +0000 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17b6796 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +The project is to implement an application practical use case utilizing gitlab CI/CD technology. + +# Work Process + +1. Develop script from remote PC + +1. Push to repository on gitlab.com + +1. CI build docker image of the application + +1. CD pushs the image to the home server + +