We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This repo currently uses CircleCI for CI/CD pipeline.
Right now the configuration is such that any push to only master branch is built. The build process for checks only runs yarn build.
master
yarn build
You can trigger a deployment to any environment using git tag. Following is the configuration:
$ git tag --delete <tag_name> $ git tag -a <tag_name> -m "<some_commit_message>" $ git push origin <tag_name> -f