diff options
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index d4b2871..1ec05b1 100644 --- a/.build.yml +++ b/.build.yml @@ -31,7 +31,7 @@ tasks: just docker-image-fly nix copy --substitute-on-destination \ --to ssh://nixremote@linde.alanpearce.eu \ - .#builder .#server $(nix-store --query --requisites ) + . - deploy: | if [[ "$GIT_REF" != "refs/heads/main" ]] |