Add extension upload
This commit is contained in:
parent
651a96a6d9
commit
e33af543c8
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,3 +7,5 @@ result*
|
||||||
|
|
||||||
# mdBook
|
# mdBook
|
||||||
/book/*
|
/book/*
|
||||||
|
|
||||||
|
/extensions.yaml
|
||||||
|
|
|
||||||
3
justfile
3
justfile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue