Skip to content

Commit

Permalink
Add Command to update Fly instance via hippalectryon-0 (#385)
Browse files Browse the repository at this point in the history
add command about exactly how to redeploy the latest image under update.
thanks @hippalectryon-0

fixes #384
  • Loading branch information
wdpk authored Jul 4, 2024
1 parent f677ee6 commit 69fe8f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ Actual is now up and running. Congratulations! Consider checking out [our tour](
## Updating Actual

When updates to Actual are released, you’ll need to re-deploy your app to get the latest version.
```
fly deploy --image actualbudget/actual-server:latest --app your-app-name
```

### Local terminal

Expand Down

0 comments on commit 69fe8f6

Please sign in to comment.