From 9d935df33de552a8152b7f1d212a02063c8190c7 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 8 Oct 2024 12:16:24 +0200 Subject: [PATCH] Add gitlab-ci file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..dbcfb21 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +include: + - project: devops/pipeline-components + ref: main + file: cloudron-app.gitlab-ci.yml +