[READ ONLY MIRROR] Spark Social AppView Server github.com/sprksocial/server
atproto deno hono lexicon
1
fork

Configure Feed

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

fix: tangled.org

+3 -3
+3 -3
.github/workflows/tangled.yaml
··· 26 26 echo "$TANGLED_SSH_KEY" > ~/.ssh/tangled_key 27 27 chmod 600 ~/.ssh/tangled_key 28 28 29 - # Configure SSH to use the key for tangled.sh 30 - echo "Host tangled.sh 29 + # Configure SSH to use the key for tangled.org 30 + echo "Host tangled.org 31 31 IdentityFile ~/.ssh/tangled_key" >> ~/.ssh/config 32 32 33 33 chmod 600 ~/.ssh/config 34 34 35 - git remote add tangled git@tangled.sh:sprk.so/server 35 + git remote add tangled git@tangled.org:sprk.so/server 36 36 git push -f --all tangled 37 37 git push -f --tags tangled