diff --git a/Makefile b/Makefile index a7dc500b..cf34d523 100644 --- a/Makefile +++ b/Makefile @@ -25,13 +25,13 @@ facr-production-build: clean .PHONY: build prod: production-build - rsync -zavP build/ -e 'ssh -p 666' ott@instat.tv:/usr/local/www/ott/wwwroot/ + rsync -zavP build/ -e 'ssh -p 666' ott@de.instat.tv:/usr/local/www/ott/wwwroot/ preprod: preproduction-build rsync -zavP build/ -e 'ssh -p 666' ott-test@test.instat.tv:/usr/local/www/ott-test/wwwroot/ facr-prod: facr-production-build - rsync -zavP build/ -e 'ssh -p 666' ott@instat.tv:/usr/local/www/ott/facr-wwwroot/ + rsync -zavP build/ -e 'ssh -p 666' ott@de.instat.tv:/usr/local/www/ott/facr-wwwroot/ stage: build rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/wwwroot/