File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,11 @@ build_docker:
1616build_static : build_docker
1717 ${DOCKER_RUN_no_tty} python3 api.py /static/projects/ /static/language_reference/languages/ --export
1818build_and_upload : build_static
19- scp -r ./api/v1 computingteachers.uk:computingteachers.uk/api
20- scp -r ./static computingteachers.uk:computingteachers.uk
19+ rsync static/ margay:~ /www/www.computingteachers.uk/static/ -e ssh --archive --verbose --update --inplace --stats --compress --delete
20+ rsync api/v1/ margay:~ /www/www.computingteachers.uk/api/ -e ssh --archive --verbose --update --inplace --stats --compress --delete
21+
22+ # scp -r ./api/v1 computingteachers.uk:computingteachers.uk/api
23+ # scp -r ./static computingteachers.uk:computingteachers.uk
2124
2225run_docker :
2326 ${DOCKER_RUN} python3 api.py /static/projects/ /static/language_reference/languages/
You can’t perform that action at this time.
0 commit comments