File tree Expand file tree Collapse file tree
CI/validate_and_deploy/2_deploy/server_scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ if [[ "${basic_config__ENVIRONMENT}" == "TEST" ]]; then
2727 --set=WALL_E_DB_DBNAME=" ${database_config__WALL_E_DB_DBNAME} " \
2828 -h " $host " -U " postgres" -f " ${HOME_DIR} " /create-database.ddl
2929 python3 django_manage.py migrate
30- wget https://dev .sfucsss.org/wall_e/fixtures /banrecords.json
31- wget https://dev .sfucsss.org/wall_e/fixtures /commandstats.json
32- wget https://dev .sfucsss.org/wall_e/fixtures /levels.json
33- wget https://dev .sfucsss.org/wall_e/fixtures /profilebucketsinprogress.json
34- wget https://dev .sfucsss.org/wall_e/fixtures /reminders.json
35- wget https://dev .sfucsss.org/wall_e/fixtures /userpoints.json
30+ wget https://backups .sfucsss.org/latest /banrecords.json
31+ wget https://backups .sfucsss.org/latest /commandstats.json
32+ wget https://backups .sfucsss.org/latest /levels.json
33+ wget https://backups .sfucsss.org/latest /profilebucketsinprogress.json
34+ wget https://backups .sfucsss.org/latest /reminders.json
35+ wget https://backups .sfucsss.org/latest /userpoints.json
3636 python3 django_manage.py loaddata banrecords.json
3737 python3 django_manage.py loaddata commandstats.json
3838 python3 django_manage.py loaddata levels.json
Original file line number Diff line number Diff line change 7070 fi
7171 python3 django_manage.py migrate
7272 rm banrecords.json commandstats.json levels.json profilebucketsinprogress.json reminders.json userpoints.json || true
73- wget -r --no-parent -nd https://dev .sfucsss.org/wall_e/fixtures / -A ' json'
73+ wget -r --no-parent -nd https://backups .sfucsss.org/latest / -A ' json'
7474 python3 django_manage.py loaddata banrecords.json
7575 python3 django_manage.py loaddata commandstats.json
7676 python3 django_manage.py loaddata levels.json
You can’t perform that action at this time.
0 commit comments