From 15173b9593fa453d04dd27b46d4e927a17a3ff94 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Thu, 3 Feb 2022 18:30:12 +0700 Subject: [PATCH] fix(#2199): fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2dc2b9ae..4b467971 100644 --- a/Makefile +++ b/Makefile @@ -84,8 +84,8 @@ stage: build a-stage: build rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/a-wwwroot/ -b-stage: build_auth - rsync -zavP --delete-before build_auth/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/b-wwwroot/ +b-stage: build + rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/b-wwwroot/ c-stage: build rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/c-wwwroot/