From 99783653502a3dec550f47219c099a418a712ef2 Mon Sep 17 00:00:00 2001 From: 00apm <61142568+00apm@users.noreply.github.com> Date: Sat, 3 Jun 2023 08:57:30 +0200 Subject: [PATCH] Update Fly-updating.md- Add info about updating fly.toml before deployment (#97) I have a suggestion for the "Updating Actual" doc page. Since fly.toml is in .gitignore pulling changes via git won't update it. Users should also update their fly.toml before deploying on server. I added short info in the Fly-updating.md. However I don't know if this info should also be updated elsewhere. --------- Co-authored-by: Rich Howell --- docs/Installing/fly/Fly-updating.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/Installing/fly/Fly-updating.md b/docs/Installing/fly/Fly-updating.md index d008ac5814..e730889736 100644 --- a/docs/Installing/fly/Fly-updating.md +++ b/docs/Installing/fly/Fly-updating.md @@ -44,6 +44,16 @@ git pull origin master ![](/img/fly/cmd-25.png) +:::info +As the fly.toml is excluded in the gitignore changes made upstream will not be pulled down, ensure you check the fly.toml against the fly.template.toml using the steps below before proceeding +::: + +At this point, open the fly.toml (this should be located in `C:\github\actual-server`) by right clicking on it and selecting `Open` it should open in a text editor. + +Open the fly.template.toml by doing the same steps as above. + +Once the two files are open, compare the fly.toml to the fly.template.toml ensuring that everything below the `app = "%NAME%"` is the same. + Once that is done, run the deployment command to push your changes to fly. ```cmd