feat: added to the pipelines

This commit is contained in:
silver 2023-09-28 17:14:44 +01:00
parent 32d41ee79d
commit 36a0108a2c

17
.gitlab-ci.yml Normal file
View file

@ -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