Update documentation for CI/CD and new hostname
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user