add mirror section

merge-requests/14/merge
Michael Jerger 1 year ago
parent 4fc8274a5c
commit 7b2639df22

@ -212,12 +212,22 @@ def rotate_credentials_out(project):
build.deactivate_user('/postgres/superuser', 'old_user_name') build.deactivate_user('/postgres/superuser', 'old_user_name')
``` ```
# Releasing and updating ## Development & mirrors
## Publish snapshot
Development happens at: https://repo.prod.meissa.de/meissa/dda-devops-build
Mirrors are:
* https://gitlab.com/domaindrivenarchitecture/dda-devops-build (issues and PR, CI)
For more details about our repository model see: https://repo.prod.meissa.de/meissa/federate-your-repos
### Publish snapshot
1. every push will be published as dev-dependency 1. every push will be published as dev-dependency
## Release ### Release
``` ```
adjust version no in build.py to release version no. adjust version no in build.py to release version no.

Loading…
Cancel
Save