Orbit puts the app on a remote host.
A slot names one deploy target on a remote host.
Configuration, secrets, and data persist; only source is replaced on deploy.
ops/* hooks own how the app runs there.
orbit init … # write ops/ from a recipeorbit create … # give the app a slotorbit env … # secrets stay outside srcorbit deploy … # upload + run ops/deployorbit status … # check what is running