From 3182f20b8513a57dab74138e469d7f36089f5c96 Mon Sep 17 00:00:00 2001 From: "mirlan.maksitaliev" Date: Wed, 10 Jun 2020 20:03:41 +0600 Subject: [PATCH] chore(ott-37): updated make stage --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 918723a9..5e3ad19c 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ build: .PHONY: build stage: build + rsync -zavP build/ -e 'ssh -p 666' ott-staging@85.10.224.24:/usr/local/www/ott-staging test: npm test