ci update
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Salar Rahmanian 2024-02-16 20:59:03 -08:00
parent 7f6ae2e793
commit 176465e636

View file

@ -13,6 +13,7 @@ steps:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix build
- ls result
- wrangler pages deploy result --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio
- echo "Deploy complete"