From 1f4f29fffd61b84909bdd86f863d75c59f9bf064 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 22 Jan 2021 19:54:51 +0200 Subject: [PATCH] GitLab CI. --- .gitlab-ci.yml | 19 +++++++++++++++++++ README.md | 10 ++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..135eb44 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,19 @@ +--- +include: + - project: shore/ci-templates + file: templates/pre-commit.yml + - project: shore/ci-templates + file: templates/docker.yml + +stages: + - test + - build + - deploy + +build: + extends: .compose-build + tags: [ns4.shore.co.il] + +push: + extends: .compose-push + tags: [ns4.shore.co.il] diff --git a/README.md b/README.md index 939fa15..0aa8cb7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Cron docker +[](https://git.shore.co.il/nimrod/cron-docker/-/commits/master) + A Docker image for running a Cron daemon, actually running [Supersonic](https://github.com/aptible/supercronic). @@ -32,7 +34,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`). ## Author Information -Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( -https://www.shore.co.il/). Patches are welcome via [`git send-email`]( -http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located -at: <https://git.shore.co.il/explore/>. +Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my +[website](https://www.shore.co.il/). Patches are welcome via +[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository +is located at: <https://git.shore.co.il/expore/>. -- GitLab