Skip to content

Files

Latest commit

de3e387 · Apr 27, 2024

History

History

deploy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

This folder contains configuration files for the official deployment of OpenTogetherTube.

Staging

fly deploy --config deploy/fly.staging.monolith.toml

Production

fly deploy --config deploy/fly.production.monolith.toml

Rollback

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