From e67dce41133b07ceec887e5774269daaada23f7d Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Sat, 2 Aug 2025 14:56:03 +0200 Subject: [PATCH] docs: update README to clarify auto deployment process --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e486e2e..6ea62e4 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ You can find the web version of the Weather App at [https://weather.the1s.de](ht ## Version Currently hosted version: **1.0.1** + +## Dev info + +All changes that are made to this branch (`debian12`) will be automatically deployed to the [web version](https://weather.the1s.de) of the Weather App. + +This is done by using an auto pull script (`auto-pull.sh`) that runs on the server where the web version is hosted. \ No newline at end of file