this repo has no description
4
fork

Configure Feed

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

build: change deploy script so that it uploads to 0x0 and posts log url instead

dusk 5bb70b11 fd29e8e2

+2 -1
+2 -1
deploy.nu
··· 28 28 let result = nix run ".#apps.nixinate.wolumonde" -L --show-trace | complete 29 29 let end = date now 30 30 31 - secrets/deploy-webhook.nu $"deployed wolumonde: finished, took ($end - $start)\n\n($result | to text)" $result.exit_code 31 + let paste_url = http post --content-type multipart/form-data "https://0x0.st" {file: ($result | to text | into binary), secret: true} 32 + secrets/deploy-webhook.nu $"deployed wolumonde: finished, took ($end - $start)\n\nlog: ($paste_url)" $result.exit_code 32 33 }