Skip to content

Commit a906252

Browse files
authored
Update test deployment instructions (#198)(patch)
1 parent fb45264 commit a906252

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

DEPLOYMENT.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This includes instructions for deploying Houskeeper in the Clinical Genomics :ho
44
## Steps
55
When all tests are done and successful and the PR is approved by codeowners, follow these steps:
66

7+
### Deploy feature branch for testing
8+
To deploy your feature branch to test it, run
9+
1. `housekeeper-test-deploy <branch_name>`
10+
2. `housekeeper-test --help` or the command you want to test.
11+
12+
This will pull the latest image tagged with your branch from dockerhub and make it available with `housekeeper-test`. Note that it is not necessary to paxa the environment to do this, unless you need to apply database revisions.
13+
14+
15+
### Deploy to stage and production
716
1. Select "Squash and merge" to merge branch into default branch (master/main).
817
2. Append version increment value `( major | minor | patch )` in the commit message to specify what kind of release is to be created.
918
3. Review the details and merge the branch into master.

0 commit comments

Comments
 (0)