diff --git a/sq_webapp.md b/sq_webapp.md new file mode 100644 index 0000000000000000000000000000000000000000..7ef456ac6974c27832a8f3bcf08bea7f9bf7c29e --- /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 + ```