ci: added this to the pipeline
This commit is contained in:
parent
ac2c63d124
commit
82ef3c44ed
1 changed files with 16 additions and 0 deletions
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
stages:
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
# from https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html
|
||||||
|
# so simple to deploy now
|
||||||
|
nixos:
|
||||||
|
stage: deploy
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: "skynet_website_2016"
|
||||||
|
UPDATE_FLAKE: "yes"
|
||||||
|
trigger: compsoc/skynet/nixos
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_TAG
|
||||||
|
when: never
|
||||||
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
when: on_success
|
Loading…
Reference in a new issue