From 0d7ab9b1087b35ddbbaad080053356eebfcda04a Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Mon, 24 Oct 2022 04:20:44 +0530 Subject: [PATCH] fixup! ci: test woodpecker Signed-off-by: Amneesh Singh --- .woodpecker/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index b249a08..c1f7797 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -2,16 +2,16 @@ pipeline: build-and-deploy: image: nixos/nix:latest commands: - - nix-env -iA nixpkgs.cachix nixpkgs.rsync nixpkgs.jq - - cachix use $CACHIX_NAME - - nix --extra-experimental-features "nix-command flakes" -L build .#site - | jq -r '.[].outputs | to_entries[].value' - | cachix push $CACHIX_NAME - - nix --extra-experimental-features "nix-command flakes" -L shell .#site - - site clean - - site rebuild + # - nix-env -iA nixpkgs.cachix nixpkgs.rsync nixpkgs.jq + # - cachix use $CACHIX_NAME + #- nix --extra-experimental-features "nix-command flakes" -L build .#site + #| jq -r '.[].outputs | to_entries[].value' + #| cachix push $CACHIX_NAME + #- nix --extra-experimental-features "nix-command flakes" -L shell .#site + #- site clean + #- site rebuild - eval `ssh-agent` - - echo $REMOTE_KEY + - echo "$REMOTE_KEY" | ssh-add - - site deploy secrets: [ cachix_auth_token, cachix_name, remote_key ]