Skip to content

Commit 4146111

Browse files
Update deploy.js
1 parent 87685f2 commit 4146111

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-app/config/deploy.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
module.exports = function (deployTarget) {
44
let ENV = {
55
build: {},
6-
// include other plugin configuration that applies to all deploy targets here
6+
git: {
7+
repo: 'https://github.com/RobbieTheWagner/ember-math-helpers.git',
8+
},
79
};
810

911
if (deployTarget === 'development') {

0 commit comments

Comments
 (0)