This folder contains configuration files for the official deployment of OpenTogetherTube.
fly deploy --config deploy/fly.staging.monolith.toml
fly deploy --config deploy/fly.production.monolith.toml
fly doesn't have a rollback command yet, so you have to do it manually.
Get a list of docker images:
fly app releases -a ott-prod
Rollback to a specific image:
fly deploy --config deploy/fly.prod.monolith.toml -i $DOCKER_IMAGE