Skip to content
Snippets Groups Projects

Master

Merged Nico Vermaas requested to merge master into release
8 files
+ 39
61
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 3
1
@@ -75,7 +75,7 @@ This is done to not have a mandatory deploy for every minor commmit.
* gitlab: merge with `master`
* pipeline will start running: https://git.astron.nl/astron-sdc/atdb-ldv/-/pipelines
* if 'passed' then click `>>` on the 'deploy' stage, this will deploy to test on sdc-dev
* gitlab: merge with `acceptance`
* pipeline will start running: https://git.astron.nl/astron-sdc/atdb-ldv/-/pipelines
* if 'passed' then click `>>` on the 'deploy' stage, this will deploy to acceptance on dop457
@@ -113,6 +113,7 @@ 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
@@ -121,6 +122,7 @@ This is the procedure for that.
on 'test', 'acc' and 'prod' 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)
> docker exec -it atdb-ldv python manage.py migrate --settings atdb.settings.docker_sdc
Loading