tangled
alpha
login
or
join now
mackuba.eu
/
sdk.blue
6
fork
atom
A curated list of libraries & SDKs for the Bluesky API and AT Protocol
6
fork
atom
overview
issues
2
pulls
pipelines
changed deploy hostname
mackuba.eu
1 month ago
1c9051ae
a4faca13
+1
-1
1 changed file
expand all
collapse all
unified
split
config
deploy.rb
+1
-1
config/deploy.rb
···
13
13
set :deploy_via, :remote_cache
14
14
set :public_children, []
15
15
16
16
-
server "blue.mackuba.eu", :app, :web, :db, :primary => true
16
16
+
server "sdk.blue", :app, :web, :db, :primary => true
17
17
18
18
before 'bundle:install', 'deploy:set_bundler_options'
19
19