Add GitLab CI

This commit is contained in:
Max Headroom 2022-01-30 23:43:36 +00:00
parent 7116431458
commit 00d4d15b36

7
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,7 @@
update:
script:
- nix shell nixpkgs/nixos-unstable#python3 -c python3 update.py
- git add .
- git commit -m '[CI] Update extensions' || exit 0
- git remote add pushback gitlab@git.privatevoid.net:max/nix-crx.git
- GIT_SSH_COMMAND="ssh -i $PUSHBACK_KEY" git push pushback master