diff --git a/README.md b/README.md index 8bb6eff..c48bff5 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,19 @@ For prod: ``` flyctl deploy --config fly.production.toml ``` + +If a migration is required: + +``` +fly machine stop +``` + +Select all, hit enter. Run migration (command above). Deploy changes: + +``` +flyctl deploy +``` + +`` +fly machine start +```