Update Web app general

This commit is contained in:
arrell_c 2024-03-20 11:00:25 +01:00
parent cb45a8a7dc
commit 57aac1e29a

View File

@ -12,4 +12,12 @@ To push a release to the main server
1. python make_release.py <patch/minor/major>
1. git push origin main --tags
The release status can be checked via gitlab CI/CD pipelines
The release status can be checked via gitlab CI/CD pipelines
### Server logs
When on either sf-phmon-01 or sf-phmon-02 use the following:
`sudo journalctl -u photodiag-<test|prod> -e `
use either `test` or `prod`