Skip to content

Commit 692ee79

Browse files
scribymbleigh
authored andcommitted
Update deployment code example to work with the latest CLI version (#154)
1 parent 5f7bca2 commit 692ee79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ client.list().then(function(data) {
109109
// handle error
110110
});
111111

112-
client.deploy.rules({
113-
firebase: 'myfirebase',
112+
client.deploy({
113+
project: 'myfirebase',
114114
token: process.env.FIREBASE_TOKEN,
115115
cwd: '/path/to/project/folder'
116116
}).then(function() {

0 commit comments

Comments
 (0)