-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When using the module to deploy a website -
bb.deploy({
access_token: process.env.BB_ACCESSTOKEN,
site_id: process.env.BB_SITEID,
dir: "dist"
}, function(err, deploy) {
if (err) {
throw (err)
}
console.log('Deploying to ',deploy.url);
});
the module throws this error:
..../bitballoon/lib/site.js:90
data.required.forEach(function(sha) { shas[sha] = true; });
^
TypeError: Cannot read property 'required' of null
Until a few weeks ago this worked flawlessly... Could you try and confirm if it stills works on your side ?
Metadata
Metadata
Assignees
Labels
No labels