From 7f6ae2e793740ba07354ae8248a137fe9f4619a3 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 16 Feb 2024 20:54:59 -0800 Subject: [PATCH] ci correction --- .woodpecker.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: