A curated list of libraries & SDKs for the Bluesky API and AT Protocol

keep the repos cache in a shared location

+1
+1
config/deploy.rb
··· 32 32 run "mkdir -p #{release_path}/config" 33 33 run "ln -s #{shared_path}/auth.yml #{release_path}/config/auth.yml" 34 34 run "ln -s #{shared_path}/metadata.yml #{release_path}/_data/metadata.yml" 35 + run "ln -s #{shared_path}/repos #{release_path}/tmp/repos" 35 36 end 36 37 37 38 task :build do