Skip to content

Commit 00a1683

Browse files
authored
Merge pull request #196 from SoftwareEngineeringDaily/add-deploy-cmds
Add deploy commands.
2 parents 1848c77 + cbe7e1b commit 00a1683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"scripts": {
1313
"launch": "npm run build && node dist/index.js",
1414
"start": "gulp serve",
15+
"staging-deploy": "git push staging develop:master",
16+
"deploy": "git push production master:master",
1517
"start:debug": "cross-env DEBUG=software-engineering-daily-api:* npm run start",
1618
"build": "gulp",
1719
"lint": "esw *.js server config --color",

0 commit comments

Comments
 (0)