A tool for measuring the coverage of Bluesky/ATProto relays

forgot to link the db to a shared folder, derp

+3
+3
config/deploy.rb
··· 31 32 task :link_shared do 33 run "ln -s #{shared_path}/sources.yml #{release_path}/config/sources.yml" 34 end 35 end
··· 31 32 task :link_shared do 33 run "ln -s #{shared_path}/sources.yml #{release_path}/config/sources.yml" 34 + run "ln -s #{shared_path}/pulsar.sqlite3 #{release_path}/db" 35 + run "ln -s #{shared_path}/pulsar.sqlite3-shm #{release_path}/db" 36 + run "ln -s #{shared_path}/pulsar.sqlite3-wal #{release_path}/db" 37 end 38 end