Files
nattopages/.woodpecker/ci.yml
Amneesh Singh 4a98c836c7
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci: test woodpecker
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-10-24 01:49:05 +05:30

15 lines
370 B
YAML

pipeline:
build-and-deploy:
image: nixos/nix:latest
commands:
- nix-env -iA nixpkgs.cachix
- cachix use $CACHIX_NAME
- cachix watch-exec pain nix shell .#site
- site clean
- site rebuild
- eval `ssh-agent`
- echo $REMOTE_KEY | ssh-add -
- site deploy
secrets: [ cachix_auth_token, cachix_name, remote_key ]