1
0
Fork 0
forked from Skynet/wiki

feat: added pipeline to update it

This commit is contained in:
silver 2023-10-01 00:26:22 +01:00
parent 0a3aba3758
commit 163dac3c7d

17
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,17 @@
# only a deploy stage
stages:
- deploy
nixos:
stage: deploy
variables:
PACKAGE_NAME: "skynet_website_renew"
UPDATE_FLAKE: "yes"
trigger: compsoc1/skynet/nixos
only:
refs:
- main
changes:
- flake.nix
- flake.lock
- src/**/*