Skip to content

Commit

Permalink
fleshing out prod deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
bustardcelly committed Feb 9, 2016
1 parent 91c4352 commit e7a22d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions auto-deploy-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ module.exports = {
deleteOnRollback: false,
shallowClone: true
},
staging: {
branch: 'qa',
servers: [
'[email protected]',
]
},
feature: {
branch: '#target_feature_branch#',
servers: [
'[email protected]'
]
},
staging: {
branch: 'qa',
servers: [
'[email protected]',
]
},
production: {
branch: 'master',
servers: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"launch": "gulp launch",
"watch": "gulp deploy && gulp watch",
"deploy:local": "gulp deploy",
"deploy:prod": "shipit production buildAndDeploy",
"deploy:qa": "shipit staging buildAndDeploy",
"deploy:feature": "shipit feature buildAndDeploy"
}
Expand Down

0 comments on commit e7a22d8

Please sign in to comment.