feat: added pipeline to update it
This commit is contained in:
parent
0a3aba3758
commit
163dac3c7d
1 changed files with 17 additions and 0 deletions
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal 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/**/*
|
Loading…
Reference in a new issue