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