Update documentation for CI/CD and new hostname

This commit is contained in:
Niklas Fondberg
2020-03-02 10:32:54 +01:00
committed by GitHub
parent 2ee08ed77d
commit 723aa1c026
5 changed files with 28 additions and 20 deletions
+8
View File
@@ -42,6 +42,14 @@ Starting the application:
`$ python manage.py runserver`
## Release and development process
New branches are cut from `master` and when it is ready for test and code review a pull-request is created and the branch is deployed to the staging environment after checking that the staging environment is free to deploy to.
A deploy to the staging environment is done using fab:
```sh
$ fab staging deploy
```
The staging branch is automatically synced from master on new commits to master.
## Testing
To run unit tests: