diff --git a/.woodpecker.yml b/.woodpecker.yml index 380dff8..140a626 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,7 @@ steps: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix build - nix flake show + - nix flake info when: event: [push, pull_request] @@ -12,10 +13,8 @@ steps: image: nixos/nix commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - - nix build - - nix flake show - - ls public - - wrangler pages deploy public --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio + - ls result + - wrangler pages deploy result --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio - echo "Deploy complete" depends_on: [build] when: