Skip to content

Commit 6993063

Browse files
committed
Moved hosting provider
1 parent c0b2f48 commit 6993063

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

teachprogramming/lib/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ build_docker:
1616
build_static: build_docker
1717
${DOCKER_RUN_no_tty} python3 api.py /static/projects/ /static/language_reference/languages/ --export
1818
build_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

2225
run_docker:
2326
${DOCKER_RUN} python3 api.py /static/projects/ /static/language_reference/languages/

0 commit comments

Comments
 (0)