Pulumi code for my server setup
0
fork

Configure Feed

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

fix knot branch

+2 -2
+2 -2
services/haring/atproto/tangled/spindle.ts
··· 11 11 tags: ["spindle:latest"], 12 12 context: { 13 13 // location: "https://tangled.org/tangled.org/knot-docker.git", 14 - location: "https://tangled.org/bas.sh/knot-docker.git#spindle", 14 + location: "https://tangled.org/bas.sh/knot-docker.git#fork", 15 15 }, 16 16 target: "spindle", 17 17 buildArgs: { ··· 27 27 }, 28 28 { 29 29 replacementTrigger: await getLatestCommit( 30 - "https://tangled.org/bas.sh/knot-docker/commits/spindle", 30 + "https://tangled.org/bas.sh/knot-docker/commits/fork", 31 31 ), 32 32 }, 33 33 );