From 8f14ef870d9d15e8d03e67d447ca725eb44d10a7 Mon Sep 17 00:00:00 2001 From: "frank.gairal" Date: Sun, 26 Nov 2017 21:02:49 +0100 Subject: [PATCH] feat(deploy): adding deploy command --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a5612dd..eb617e5 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,6 @@ stop-prod: pm2 stop ecosystem.config.js --env production restart-prod: pm2 restart ecosystem.config.js --env production + +deploy: + gcloud app deploy --project com-gairal-frank-api