From eba84eb3fcd21150af1a03e8ac2af99cd6c85e1f Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 17 Feb 2024 12:38:30 -0800 Subject: [PATCH] replace base url for testing and force rebuild --- .woodpecker.yml | 1 - flake.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 04aa858..a1a2f99 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,6 @@ steps: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix profile install nixpkgs#gnused --impure - sed -i "s|base_url = \"https://www.softinio.com\"|base_url = \"https://$CI_COMMIT_BRANCH.softinio.com\"|" ./config.toml - - cat ./config.toml - nix build - nix flake show - ls result diff --git a/flake.nix b/flake.nix index f68a449..2832b3d 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ ln -snf "${theme}" "themes/${themeName}" ''; buildPhase = '' - zola build + zola build -f ''; installPhase = '' mkdir -p $out