From 12346e228f0cc6e8d3f5864ba08c197ca1c4633a Mon Sep 17 00:00:00 2001
From: Pete Pedersen <pete.pedersen@geant.org>
Date: Mon, 5 Jun 2023 16:24:14 +0100
Subject: [PATCH] DEV-153 added file for wsgi mode (tobe tested), and fome info

---
 sq_webapp.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 sq_webapp.md

diff --git a/sq_webapp.md b/sq_webapp.md
new file mode 100644
index 0000000..7ef456a
--- /dev/null
+++ b/sq_webapp.md
@@ -0,0 +1,13 @@
+webapp git tags
+================
+
+tags:
+
+* **uat.latest** is used by the build system for building the docker image
+  
+  ```bash
+  # add tag to curent commit 
+  git tag -f uat.latest
+  # push tgs to remote 
+  git push --tags
+  ```
-- 
GitLab