From 7e765341f59c3845c0c13d1ff9af2bd2014498dd Mon Sep 17 00:00:00 2001 From: Mirlan Date: Fri, 24 Jul 2020 17:13:30 +0600 Subject: [PATCH] fix: root stage directory change (#58) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e5f2a63..3ed5b947 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ build: .PHONY: build stage: build - rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging + rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/wwwroot/ a-stage: build rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/a-wwwroot/