ci update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Salar Rahmanian 2024-02-16 21:30:20 -08:00
parent 7445742f52
commit 771930b344

View file

@ -14,7 +14,7 @@ steps:
commands: commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix build - nix build
- nix profile install nixpkgs#nodePackages_latest.wrangler - nix develop
- wrangler -v - wrangler -v
- ls result - ls result
- wrangler pages deploy result --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio - wrangler pages deploy result --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio