Fork me on GitHub
#biff
<
2023-11-15
>
chromalchemy19:11:53

I’m getting an error trying to deploy

ssh: connect to host  port 22: Operation timed out
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/c2cb9645-dafc-11ed-aa26-6ec1e3b3f7b3/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
Error while executing task: soft-deploy

chromalchemy19:11:29

Seems I needed to set _:biff.tasks/server_. I think this was a new key brought in by diffing against the example template (is this the best way to keep config schema up to date?)

chromalchemy19:11:35

That worked 👌

Jacob O'Bryant04:11:31

that key's been in config.edn for a pretty long time--I think as long as biff has used a config.edn file? in any case, the github releases always have all the upgrade instructions: https://github.com/jacobobryant/biff/releases I avoid breaking changes whenever possible, so even when there are updates to config.edn, the old way should still work

chromalchemy14:11:37

Ok. My diff must have over-written original key (it was working before)