From cbe7e1b3ddbe6f1410dac9e024dce2162906a9c7 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 9 Apr 2018 11:49:54 -0700 Subject: [PATCH] Add deploy commands. --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index c5e6536d..75b5a6a7 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "scripts": { "launch": "npm run build && node dist/index.js", "start": "gulp serve", + "staging-deploy": "git push staging develop:master", + "deploy": "git push production master:master", "start:debug": "cross-env DEBUG=software-engineering-daily-api:* npm run start", "build": "gulp", "lint": "esw *.js server config --color",