feat: added pipeline for deployment
This commit is contained in:
parent
6ceba1d5b2
commit
d5b6a87df6
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 @@
|
||||||
|
# from https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html
|
||||||
|
|
||||||
|
# only a deploy stage
|
||||||
|
stages:
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
|
||||||
|
nixos:
|
||||||
|
stage: deploy
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "skynet_website_games"
|
||||||
|
UPDATE_FLAKE: "yes"
|
||||||
|
trigger: compsoc1/skynet/nixos
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
- main
|
||||||
|
|
Loading…
Reference in a new issue