this repo has no description
4
fork

Configure Feed

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

build: change deploy message formatting

dusk fd0d75a6 b8e72f48

+2 -2
+2 -2
deploy.nu
··· 13 13 } 14 14 15 15 let start = date now 16 - secrets/deploy-webhook.nu $"deploying wolumonde: started @ ($start)" 16 + secrets/deploy-webhook.nu $"deploying wolumonde: started" 17 17 18 18 let result = nix run ".#apps.nixinate.wolumonde" -L --show-trace | complete 19 19 let end = date now 20 20 21 - secrets/deploy-webhook.nu $"deployed wolumonde: finished @ ($end); took ($end - $start)\n\n($result | to text)" $result.exit_code 21 + secrets/deploy-webhook.nu $"deployed wolumonde: finished, took ($end - $start)\n\n($result | to text)" $result.exit_code