From 92f3c642b88dc20beb3ef5568273cff22dec9c1b Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 5 Aug 2018 14:52:32 +0200 Subject: [PATCH] make push from solution dir --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index a6c0e7f8..3b4738b8 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,12 @@ check: cli make -C cli check make -C test +pushInPre: + make -C Yavsc pushInPre + +pushInProd: + make -C Yavsc pushInProd + deploy-pkgs: Yavsc-deploy-pkg Yavsc.Server-deploy-pkg Yavsc.Abstract-deploy-pkg cli-deploy-pkg memo: