deselect-deploy-boy
v0.8.1
Published
## What is this?
Downloads
4
Readme
deselect-deploy-boy
What is this?
This is a package to run some git commands that deploys different DESelect applications between stages (e.g. staging > release > production). If you have this package, you'll still need permission to do those steps, and you can just do it without this package, but it's a helper.
How to use
Add an SSH key to your github account, and make sure you have access to the deselect team.
- Create a new SSH key using the command
ssh-keygen -t ed25519 -C "[email protected]"
- Add the key to your github account (Your account > Setting > SSH and GPG keys > Add public key)
run npx deselect-deploy-boy
and follow the prompts.
This will fail if you aren't a member of the deselect team in github. This isn't for the public.
How to update
- Commit changes to a new branch
- Open a pull request
- Add the label
major
,minor
, orpatch
to the pull request - Merge the pull request
- A new PR will be created 'Version Packages', and merge that one to release the NPM package