Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
477 B
9 lines
477 B
2 years ago
|
sync_prod_flatpages: venv_check
|
||
|
@echo Downloading current version of flatpages from mamweb-prod.
|
||
|
ssh mam-web@gimli.ms.mff.cuni.cz \
|
||
|
"cd /akce/mam/www/mamweb-prod; . env/bin/activate; ./manage.py dumpdata flatpages --indent=2 > flat.json; ./fix_json.py flat.json flat_fixed.json"
|
||
|
rsync -ave ssh mam-web@gimli.ms.mff.cuni.cz:/akce/mam/www/mamweb-prod/flat_fixed.json data/flat.json
|
||
|
@echo "Applying downloaded flatpages."
|
||
|
./manage.py loaddata data/flat.json
|
||
|
@echo "Done."
|