From 36a0108a2cc94e5854e35b06718e609cecb6e68a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 28 Sep 2023 17:14:44 +0100 Subject: [PATCH] feat: added to the pipelines --- .gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..94a9434 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,17 @@ +# from https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html + +# only a deploy stage +stages: + - deploy + + +nixos: + stage: deploy + variables: + PACKAGE_NAME: "compsoc_public" + UPDATE_FLAKE: "yes" + trigger: compsoc1/skynet/nixos + only: + refs: + - main + \ No newline at end of file