From 1ff03e87c2a7f5322554c117723c392000dc9c05 Mon Sep 17 00:00:00 2001 From: Antzed <43461513+Antzed@users.noreply.github.com> Date: Fri, 21 Apr 2023 18:34:36 -0700 Subject: [PATCH] docs: upgrade on fly.io (#1582) --- docs/updates.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/updates.md diff --git a/docs/updates.md b/docs/updates.md new file mode 100644 index 00000000..d997ab11 --- /dev/null +++ b/docs/updates.md @@ -0,0 +1,11 @@ +# Updating memos after deploying + +## fly.io + +### update to latest +Under the directory where you had your `fly.toml` file + +``` +flyctl deploy +``` +