From 69fe8f61d5f4ef58291f9d78d2576936b3939bea Mon Sep 17 00:00:00 2001 From: wdpk <20182595+wdpk@users.noreply.github.com> Date: Thu, 4 Jul 2024 06:05:35 -1000 Subject: [PATCH] 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 --- docs/install/fly.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/fly.md b/docs/install/fly.md index b20ce5476..f31a3885a 100644 --- a/docs/install/fly.md +++ b/docs/install/fly.md @@ -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