Add Command to update Fly instance via hippalectryon-0 (#385)

add command about exactly how to redeploy the latest image under update.
thanks @hippalectryon-0

fixes #384
This commit is contained in:
wdpk
2024-07-04 06:05:35 -10:00
committed by GitHub
parent f677ee64d4
commit 69fe8f61d5

View File

@@ -179,6 +179,9 @@ Actual is now up and running. Congratulations! Consider checking out [our tour](
## Updating Actual
When updates to Actual are released, youll need to re-deploy your app to get the latest version.
```
fly deploy --image actualbudget/actual-server:latest --app your-app-name
```
### Local terminal