Skip to content

Commit ac29a49

Browse files
authored
add deployment instructions
1 parent 34603ea commit ac29a49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ npm start
4242

4343
Visit http://localhost:8000
4444

45+
## Deployment
46+
47+
### To staging
48+
All pull requests merged to `master` will result in an automatic deployment to the staging environment.
49+
50+
### To production
51+
All tags created using the format `vN.N.N`, for instance `v0.0.1`, will result in an automatic deployment to the production environment. Tags can either be created and pushed from the git cli, or from https://github.com/loadimpact/k6-docs/releases
52+
4553
## Contributing
4654

4755
Documentation articles are markdown files structured under the

0 commit comments

Comments
 (0)