Skip to content

Commit b14857b

Browse files
committed
add openshift deployment to grunt buildcontrol
1 parent ace0723 commit b14857b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/templates/Gruntfile.js

+6
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,12 @@ module.exports = function (grunt) {
422422
remote: 'heroku',
423423
branch: 'master'
424424
}
425+
},
426+
openshift: {
427+
options: {
428+
remote: 'openshift',
429+
branch: 'master'
430+
}
425431
}
426432
},
427433

0 commit comments

Comments
 (0)