This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-15
Channels
- # aleph (2)
- # babashka (35)
- # beginners (31)
- # biff (6)
- # calva (6)
- # cider (5)
- # clojure (61)
- # clojure-android (1)
- # clojure-dev (12)
- # clojure-europe (22)
- # clojure-norway (7)
- # clojure-uk (4)
- # clojurescript (19)
- # datomic (5)
- # events (3)
- # fulcro (15)
- # graalvm (41)
- # guix (2)
- # honeysql (2)
- # hoplon (8)
- # hyperfiddle (10)
- # jobs (1)
- # off-topic (29)
- # overtone (5)
- # podcasts-discuss (1)
- # remote-jobs (1)
- # sci (30)
- # shadow-cljs (186)
- # specter (2)
- # squint (22)
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
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?)
That worked 👌
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
Ok. My diff must have over-written original key (it was working before)