Skip to content
Snippets Groups Projects
sq_webapp.md 231 B

webapp git tags

tags:

  • uat.latest is used by the build system for building the docker image

    # add tag to curent commit 
    git tag -f uat.latest
    # push tgs to remote 
    git push --tags