Skip to content

Commit

Permalink
Merge pull request #196 from SoftwareEngineeringDaily/add-deploy-cmds
Browse files Browse the repository at this point in the history
Add deploy commands.
  • Loading branch information
jasonify authored Apr 9, 2018
2 parents 1848c77 + cbe7e1b commit 00a1683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 00a1683

Please sign in to comment.