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

changed deploy hostname

+1 -1
+1 -1
config/deploy.rb
··· 13 13 set :deploy_via, :remote_cache 14 14 set :public_children, [] 15 15 16 - server "blue.mackuba.eu", :app, :web, :db, :primary => true 16 + server "sdk.blue", :app, :web, :db, :primary => true 17 17 18 18 before 'bundle:install', 'deploy:set_bundler_options' 19 19