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