Distinguish between buildup and event phase
This commit is contained in:
parent
f2fc22e8f7
commit
929956d08c
1 changed files with 4 additions and 2 deletions
6
justfile
6
justfile
|
|
@ -7,6 +7,8 @@ repl:
|
|||
pkgs = inputs.nixpkgs.legacyPackages."\${builtins.currentSystem}".extend(import ./pkgs inputs); \
|
||||
}) \
|
||||
"
|
||||
upload-extensions:
|
||||
scp extensions.yaml tel.weinturm.de:
|
||||
|
||||
[positional-arguments]
|
||||
upload-extensions when:
|
||||
yq '.extensions |= with_entries(select(.value.when | index($ARGS.positional[0])))' extensions.yaml --args "$1" | ssh tel.weinturm.de 'cat > extensions.yaml'
|
||||
ssh tel.weinturm.de fieldpoc-load-extensions extensions.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue