Skip to content

Commit

Permalink
fix(change branch): Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrprompt committed Mar 26, 2018
1 parent 52ab6cd commit 9d241b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const deploy = {
"user": "ubuntu",
"key": "~/.ssh/beetech_rsa",
"host": "185.136.234.35",
"ref": "origin/feat-deploy",
"ref": "origin/master",
"repo": "git@bitbucket.org:beetech-engineers/server-mock-hook.git",
"path": "/home/ubuntu/server-mock-hook/",
"post-deploy": "npm install --progress=false && pm2 startOrRestart /home/ubuntu/server-mock-hook/source/ecosystem.config.js --only server-mock-hook"
Expand Down

0 comments on commit 9d241b8

Please sign in to comment.