diff --git a/.gitignore b/.gitignore index 537d029..9d21165 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ result* # mdBook /book/* + +/extensions.yaml diff --git a/justfile b/justfile index 684e369..11d0dc2 100644 --- a/justfile +++ b/justfile @@ -7,3 +7,6 @@ repl: 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