Skip to content

Commit

Permalink
Some more maintenance instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio committed Apr 12, 2024
1 parent ed69d33 commit 6352e51
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 6352e51

Please sign in to comment.