this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: add deploy script

dusk dbb78dd1 9eb2fd29

+9
+9
deploy.sh
··· 1 + #!/usr/bin/env bash 2 + 3 + set -x 4 + 5 + nix flake update 6 + 7 + git commit -m "chore: update flake dependencies (deploy) [skip ci]"; git push 8 + 9 + nix run .#apps.nixinate.wolumonde -L --show-trace