Skip to content

Commit

Permalink
feat(deploy): adding deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
frank.gairal committed Nov 26, 2017
1 parent 964688a commit 8f14ef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8f14ef8

Please sign in to comment.