Add extension upload

This commit is contained in:
Jakob Lechner 2025-07-30 01:42:27 +02:00
parent 651a96a6d9
commit e33af543c8
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View file

@ -7,3 +7,5 @@ result*
# mdBook # mdBook
/book/* /book/*
/extensions.yaml

View file

@ -7,3 +7,6 @@ repl:
pkgs = inputs.nixpkgs.legacyPackages."\${builtins.currentSystem}".extend(import ./pkgs inputs); \ pkgs = inputs.nixpkgs.legacyPackages."\${builtins.currentSystem}".extend(import ./pkgs inputs); \
}) \ }) \
" "
upload-extensions:
scp extensions.yaml tel.weinturm.de:
ssh tel.weinturm.de fieldpoc-load-extensions extensions.yaml