-
All PRs approved to branch develop and then Deleted from remote after approval
-
Update develop locally
git checkout develop && git pull origin develop
2.1. Delete your branch locally
git branch -D BRANCH-DA-PR-FECHADA
- obs: DO NOT USE GIT FLOW TO FINISH/DELETE THE BRANCH!
-
Change to/Create the production workspace
vtex use homologprod --production
-
Release the new version following the semantic version
4.1 To release a version that is not the final one run:
vtex release pre
4.2 To release a version that is the final one (or should be) run:
vtex release <minor/patch> stable
-
Install the new release in the production workspace
vtex install <vendor>.<app-name>@<version> or vtex install
- e.g:
vtex install [email protected]
- e.g:
-
QA Phase and register everything within the cms site-editor. Make sure everything is ok and ready to go to production
-
After QA approved, promote the workspace to master
vtex workspace promote
- obs: this will delete the workspace and transfer all the data from CMS/SITE-EDITOR to master enviroment
-
After tested live, deploy the new version
vtex deploy <vendor>.<app-name>@<version>
e.g:
vtex deploy [email protected]
-
Be happy
Last active
December 15, 2022 16:50
-
-
Save VitorTheGreat/d75589c76076430bb5f0fcc935a358b7 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment