From 82bfbce56a0e51e8042f6f59c69b34df12809de8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 4 Jul 2017 09:10:53 +0300 Subject: [PATCH] Update docs --- docs/update.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update.rst b/docs/update.rst index b5172b7278b7..067700b8daf2 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -5,7 +5,7 @@ Update To update the app you just need to copy over the latest code. The app tracks the current version in a file called version.txt, if it notices a change it loads ``/update`` to run the database migrations. -.. TIP:: Here's an `example shell script `_ to automate the update process. +.. TIP:: You can use this `shell script `_ to automate the update process, consider running it as a daily cron to automatically keep your app up to date. If you're moving servers make sure to copy over the .env file.