See the best posts from any Bluesky account
0
fork

Configure Feed

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

Pull from Tangled in deploy.sh

Point origin at the Tangled repo before pulling so the deploy server
fetches from Tangled (where the deploy pipeline now runs) instead of
GitHub. Uses the public HTTPS URL so the server needs no SSH setup.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+1
+1
deploy.sh
··· 4 4 cd "$(dirname "$0")" 5 5 6 6 echo "Pulling latest code..." 7 + git remote set-url origin https://tangled.org/did:plc:rkagcldecxf64optplrqkhwl/favs.blue 7 8 git pull origin main 8 9 9 10 export GIT_SHA=$(git rev-parse --short HEAD)