From 630f9b3eaaffae2d7bc1fc8c4b7fb02a87eccfea Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Thu, 16 Mar 2023 15:30:05 +0100 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2832e81e..12198e55 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,12 @@ This is the procedure for that. > python manage.py migrate --settings=atdb.settings.dev - add new migration file to git - commit & push - - apply 'The Procedure' (see above) to deploy in test, acceptance and production. on CI/CD page: https://git.astron.nl/astron-sdc/atdb-ldv/-/pipelines - when automatic build is finished, push >> to deploy - on 'test' (sdc@dop814), 'acc' (sdc@dop457) and 'prod' (sdco@dop821) machine's: + on 'sdc-dev.astron.nl' (sdc@dop814) and 'sdc.astron.nl' (sdco@dop821) machine's: > docker exec -it atdb-ldv python manage.py makemigrations --settings atdb.settings.docker_sdc (this should say 'No changes detected', but do this step anyway as a check) -- GitLab